GetUserResponseModel
Provides details about a user.
Name | Description | Type | Additional Information |
---|---|---|---|
UserId |
Unique identifier of a user. |
string |
None. |
FirstName |
First name of the user. |
string |
None. |
LastName |
Last name of the user. |
string |
None. |
PhoneNumber |
Phone number of the user. |
string |
None. |
EmailAddress |
Email address of the user. |
string |
None. |
Roles |
Roles of the user. Valid roles are: Partner_Support, Partner_Sales, Partner_Administrator, Billing and Customer_Administrator. If more than one role is specified, the user is granted the role that can perform the most tasks. If a role is not specified, the user is granted access to their own services, with no admin privileges. |
Collection of string |
None. |
Culture |
Culture or language of the user. |
string |
None. |
UserServices |
List of services configured for a user. |
Collection of GetUserResponseModelUserService |
None. |