Retrieves the status of a GSM add admin access request.
GET {{baseUrl}}/api/console/access/gsm/:gsmKey/addadminstatus?userEmail=apiuser@mydomain.com&confirmEmail=admin@mydomain.com
The specified e-mail addresses in the query string of the request need to be URL encoded in order to avoid related request errors (e.g. in case an e-mail address contains characters that are not allowed in a query string).
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
userEmail | string | (Required) The e-mail address of the user which should be added as an API-only super admin to a GSM console. | |
confirmEmail | string | (Required) The e-mail address where the confirmation message for approving the access request was sent to. |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
{"Status":"PendingApproval","InitiatedDate":"2022-11-26T10:36:02.8410533Z","StatusChangeDate":"2022-11-29T03:36:02.8410533Z"}