CreateGSMAdminRequestModel
Specifies information for adding a user as an admin to a GSM console.
Name | Description | Type | Additional Information |
---|---|---|---|
EmailAddress |
Email address of the user to be added. |
string |
Required |
FirstName |
Value to be set as the user's first name. The name must be at least 2 characters and not more than 30 characters in length. |
string |
Required |
LastName |
Value to be set as the user's last name. The name must be at least 2 characters and not more than 30 characters in length. |
string |
Required |
AccessLevel |
The level of access to be granted to the user on the GSM console. Valid values are 128 to grant administrative access, or 1 to grant limited/view access only. |
integer |
Required |