CreateCustomerUserRequestModel

Request model to create a new end customer's user.

NameDescriptionTypeAdditional Information
FirstName

First name of the user.

string

Required

LastName

Last name of the user.

string

Required

PhoneNumber

Phone number of the user.

string

None.

EmailAddress

Email address of the user.

string

Required

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.

UserServices

Services information for the user.

Collection of UserService

None.

SendWelcomeEmail

Indicates whether a welcome email should be sent to the user.

boolean

None.