CreateCustomerUserRequestModel
Request model to create a new end customer's user.
Name | Description | Type | Additional Information |
---|---|---|---|
FirstName |
First name of the user. The first name can have a maximum of 50 characters. |
string |
Required Max length: 50 |
LastName |
Last name of the user. The last name can have a maximum of 50 characters. |
string |
Required Max length: 50 |
PhoneNumber |
Phone number of the user. The phone number can have a maximum of 50 characters. |
string |
Max length: 50 |
EmailAddress |
Email address of the user. |
string |
Required |
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. |
UserServices |
Services information for the user. |
Collection of UserService |
None. |
SendWelcomeEmail |
Indicates whether a welcome email should be sent to the user. |
boolean |
None. |