| Name | Description | Type | Additional information |
|---|---|---|---|
| CustomerCode |
A users customer code |
string |
None. |
| ID | unsigned integer |
None. |
|
| IsActive | boolean |
None. |
|
| OldCID | unsigned integer |
None. |
|
| isDealer | boolean |
None. |
|
| VehicleCheck | boolean |
None. |
|
| SysType |
The type of user |
UsersType |
None. |
| LogoutPeriod | UserLogoutPeriod |
None. |
|
| ForgotPasswordCount |
How many times user used the forgot password within 24hrs |
unsigned integer |
None. |
| VerifyCount | unsigned integer |
None. |
|
| V5DefaultHomePage | DefaultV5HomePage |
None. |
|
| Username | string |
Required String length: inclusive between 5 and 50 |
|
| Password | string |
Required Data type: Password Matching regular expression pattern: (?=.*\d)(?=.*[a-z])(?=.*[A-Z])(?!.*\s).{6,50} String length: inclusive between 6 and 50 |
|
| ConfirmPassword |
Confirm password |
string |
Data type: Password |
| SMSCredits | integer |
None. |
|
| Parent | unsigned integer |
None. |
|
| ProfileLastConfirmed | date |
None. |
|
| MapType | integer |
None. |
|
| TimeZone | string |
None. |
|
| Culture | string |
None. |
|
| LastLogin | date |
None. |
|
| LastIPAddress | string |
None. |
|
| UserAgent | string |
None. |
|
| Name |
The name of the user |
string |
Required String length: inclusive between 5 and 100 |
| Company | string |
None. |
|
| Address | string |
None. |
|
| Postcode |
The postcode |
string |
Matching regular expression pattern: [a-zA-Z]{1,2}[0-9][0-9A-Za-z]{0,1} {0,1}[0-9][A-Za-z]{2} String length: inclusive between 0 and 20 |
| EmailAddress |
The email address be address of the user |
string |
Required Matching regular expression pattern: [a-zA-Z0-9._%+-]+@[a-zA-Z0-9.-]+\.[a-zA-Z]{2,} String length: inclusive between 0 and 200 |
| PhoneNumber |
The telephone number of the user |
string |
Matching regular expression pattern: ^[0-9]{1,12} String length: inclusive between 0 and 30 |
| FaxNumber |
The fax number of the user |
string |
Matching regular expression pattern: ^[0-9]{1,12} String length: inclusive between 0 and 30 |
| MobileNumber |
The mobile phone of the user |
string |
Required Matching regular expression pattern: ^[0-9]{1,12} String length: inclusive between 0 and 30 |
| MobileConfirmCode | string |
None. |
|
| MobileConfirmed | boolean |
None. |
|
| UnitType |
The type of unit a user can access |
integer |
None. |
| UseMetric | boolean |
None. |
|
| IndafitEngineer |
If the user is an indafit engineer |
boolean |
None. |
| Log | string |
None. |
|
| LockedToServiceId |
Service id that this user is locked to. |
unsigned integer |
None. |
| IsLockedOut | boolean |
None. |
|
| Roles | Collection of Role |
None. |
|
| UserPermissions | Collection of Permission |
None. |
|
| UserGroupPermissions | Collection of PermissionGroup |
None. |
|
| SuretrackWeb_Permissions | Collection of Object |
None. |
|
| RoleGroups |
List of profiles |
Collection of UARoleGroup |
None. |
| IsV5User | boolean |
None. |
|
| IsV5DefaultUser |
flag which indicates if this is the user to default to in a collection of V5 profiles |
boolean |
None. |
| IsV5Profile |
flag to indicate if the user record is a V5 profile (i.e. a user account with related permissions) |
boolean |
None. |
| IsV5ParentUser |
flag to indicate if the user record is a parent user (top level, no parent with regards to profiles) |
boolean |
None. |
| IsPoweredAccess |
Flag to indicate if user is 'Powered Access' profile |
boolean |
None. |
| CognitoUserPoolId |
Id of the cogito user pool |
integer |
None. |