Initiates the process for requesting admin access to a GSM console.
IMPORTANT: Before initiating an access request it is the responsibility of the requestor to inform the owner of the target GSM console that a designated person (whose e-mail address
POST {{baseUrl}}/api/console/access/gsm/:gsmKey/addadminrequest
NOTE: After successfully obtaining API-only access to a GSM console, the established super admin does not automatically have access to the sites on that console. In order to gain access to sites, multiple steps are necessary: - Determine the UserId of the API-only super admin by querying the list of GSM admins via the get GSM admins request - Fetch the list of sites on the GSM console using the get sites request to obtain the site's SiteIds - Add the API-only super admin by calling the set site admins action for each desired site
Request Body
{"UserEmail"=>"apionly@webroot.com", "ConfirmEmail"=>"admin@othercompany.com"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string |