Unsuspend a user from all accounts
PUT/v1/user-management/:id/unsuspend/recursive
Unsuspends a user from the main account and all associated sub accounts. Must be run with an API token for the main account. Please ensure to change the region in the URL to match your account's region.
Request
Path Parameters
id int32required
ID of the user
Example: 11300
Responses
- 200
successful operation
- application/json
- Schema
- Example (from schema)
Schema
message string
{
"message": "Finished unsuspending user 11300 from accounts."
}
Loading...