| Name | Description | Type | Additional information |
|---|---|---|---|
| userID |
Unique User ID within the system and should be used when referencing the user in subsequent API calls |
integer |
None. |
| userName |
User Name - User account required to logon to the system |
string |
None. |
| firstName |
First Name |
string |
None. |
| lastName |
Last Name |
string |
None. |
|
Users email address |
string |
None. |
|
| customFields | Collection of DataViewColumn |
None. |
|
| status |
The status of the user (active / deleted) |
string |
None. |
| createDate |
The date the user was added to the site. |
date |
None. |
| groups |
The groups the user is a member of |
Collection of GroupDTO |
None. |