v1
latestOpenAPI 3.1.02026-07-245531,0212.1 MBTenants
Unsuspend a customer tenant
- Unsuspends specified customer's tenant.
- After you initiate the operation, it is queued and a task ID is generated. You can get the task ID from the success response. Use this task ID in the 'Get Task Details' API to track the operation's progress.
post/msp/v2/customers/{customerID}/tenants/{tenantID}/unsuspend
Path parameters
customerIDstring required
Specify the ID of a customer whose tenant you wish to un-suspend . Get the ID of a customer using the 'List all customers' API.
tenantIDstring required
Specify the ID of a tenant which you wish to un-suspend . Get the ID of a tenant using the 'List all tenants' API.
Headers
Authorizationstring required
Specify the Bearer access token
Response
Ok
Example response
{
"task": {
"id": "c8b54819-486a-497a-b86e-5b93f2422711"
}
}