Represents a comprehensive User record within the OnTime API.
|  | User 
 Represents a comprehensive User record within the OnTime API. 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 | 
| Name | Description | Data Type | 
|---|---|---|
| DriverLastLocation | The unique Guid identifier referencing the last known Location of this User. | string | 
| TimeClockSessions | The collection of unique Guid identifiers referencing all UserSession records associated with this User. | Array[] | 
| ID | The unique identifier for this User record. | string | 
| FirstName | The first name of this User. | string | 
| LastName | The last name of this User. | string | 
| UserName | The username assigned to this User. | string | 
| GThe email address assigned to this User. | string | |
| PictureBytes | The image data used as a visual description of this User. | string | 
| IsSubcontractor | Indicates if this User is defined as a sub-contractor within OnTime 360. | boolean | 
| IsEmployee | Indicates if this User is defined as an employee within OnTime 360. | boolean | 
| IsCompany | Indicates if this User is defined as a company within OnTime 360. | boolean | 
| CompanyName | The company name assigned to this User. | string | 
| HiredDate | The exact date this User was hired. | string | 
| EmployerIdentificationNumber | The Employer Identification Number (EIN) assigned to this User. | string | 
| LoggedInAsDispatcher | Indicates if this User is currently logged-in as a dispatcher. | boolean | 
| LoggedInAsDriver | Indicates if this User is currently logged-in as a driver. | boolean | 
| MobileNumber | The mobile phone number of this User. | string | 
| SMSNumber | The Short Messaging Service (SMS) number for this User. | string | 
| DriverLastSync | The most recent date that this User performed a synchronization while logged-in to the OnTime Mobile application. | string | 
| IsDriver | Indicates if this User is assigned the role of a company dispatcher. | boolean | 
| IsDispatcher | Indicates if this User is assigned the role of a company driver. | boolean | 
| IsAdministrator | Indicates if this User is assigned the role of a company administrator. | boolean | 
| AllowSMSUpdates | The eligibility of Short Messaging Service (SMS) messages being delivered to this User via their {OnTime.Extensions.SDK.UserBase.SMSNumber}. | boolean | 
| DispatcherHourlyRate | The hourly rate assigned to this User when assuming the role of a dispatcher. | number | 
| DispatcherPackageRate | The per-package rate assigned to this User when assuming the role of a dispatcher. | number | 
| DriverHourlyRate | The hourly rate assigned to this User when assuming the role of a driver. | number | 
| DriverPackageRate | The per-package rate assigned to this User when assuming the role of a driver. | number | 
| MileageRate | The mileage ( i.e. distance) rate assigned to this User when assuming the role of a driver. | number | 
| GrossCommissionRate | The gross commission rate assigned to this User. | number | 
| TimeZone | The time zone this User resides within. | string | 
| IsLimitedUserAccount | The active status of this User. | boolean | 
| Comments | Any additional comments associated with this User. | string |