UserModel
Model used to retrieve or set information about an user.
| Name | Description | Type | Additional information |
|---|---|---|---|
| Username |
User's username (Required). |
string |
None. |
| Password |
User's password (Required). |
string |
None. |
| PasswordConfirmation |
User's password (Required). |
string |
None. |
| Active |
Indicates whether the user is active or not. |
boolean |
None. |
| Notes |
User's notes. |
string |
None. |
| UpDoxId |
User's up dox ID. |
string |
None. |
| Contact |
User's contact information (Required). |
ContactModel |
None. |
| Locations |
Locations to which the user has access. |
Collection of string |
None. |
| Id |
Unique ID of the model in the portal (Read only). |
globally unique identifier |
None. |
| ExternalId |
Unique ID of the model on integrating system (Required). |
string |
None. |