| Name | Description | Type | Additional information |
|---|---|---|---|
| ID |
The unique ID of the user. |
globally unique identifier |
None. |
| FriendlyID |
The friendly ID of the user. |
integer |
None. |
| FirstName |
The user's first name. |
string |
None. |
| LastName |
The user's last name. |
string |
None. |
|
The user's email address. |
string |
None. |
|
| ExternalID |
The ID of the user in an external application. |
string |
None. |
| Roles |
The user's role(s) in the store. |
UserRolesModel |
None. |
| Groups |
The list of user groups to which the user belongs. |
Collection of UserGroupModel |
None. |
| PhoneNumber |
The user's phone number. |
string |
None. |
| MobileNumber |
The user's mobile number. |
string |
None. |
| FaxNumber |
The user's fax number. |
string |
None. |
| CompanyName |
The user's company name. |
string |
None. |
| Department |
The user's department. |
string |
None. |
| JobTitle |
The user's job title. |
string |
None. |
| Gender |
The user's gender. |
GenderType |
None. |
| Birthday |
The user's birthday. |
date |
None. |
| CustomProperties |
The user's custom properties. |
Collection of CustomUserPropertyModel |
None. |
| IsAnonymous |
Indicates whether the user is anonymous. |
boolean |
None. |
| Preferences |
User's preferences for UI based on the store. |
string |
None. |