UpdateCustomerUserRequestModel
Request Model to update a end customer's user.
Name | Description | Type | Additional Information |
---|---|---|---|
FirstName |
First name of the user. |
string |
None. |
LastName |
Last name of the user. |
string |
None. |
PhoneNumber |
Phone number of the user. |
string |
None. |
Roles |
Roles assignable to the user. User roles are listed in order of privilege, from highest to lowest.
If no role is specified, the user is granted access only to their own services, without any administrative privileges. |
Collection of string |
None. |