Authorize/unauthorize Android instances for users.
Operation description
Instance states that support user assignment: Available, Shutting Down, Stopped, Starting, Backing Up, Restoring, Backup Failed, Restore Failed.
Instance states that support unassignment: Available, Shutting Down, Stopped, Starting, Backing Up, Restoring, Backup Failed, Restore Failed, Expired, Overdue, Deleted.
Debugging
Authorization information
There is currently no authorization information disclosed in the API.
Request parameters
| Parameter | Type | Required | Description | Example |
|---|---|---|---|---|
| AndroidInstanceIds | array | No | List of instance IDs. | |
| string | No | Instance ID. | acp-8v5bjld0r7pl**** | |
| AuthorizeUserId | string | No | User ID to be assigned. | test |
| UnAuthorizeUserId | string | No | User ID to be unassigned. | test |
Response parameters
Examples
Sample success responses
JSONformat
{
"RequestId": "1A923337-44D9-5CAD-9A53-95084BD4****"
}Error codes
For a list of error codes, visit the Service error codes.
