Activate tenant's account.
PUT/api/management/v2/tenantadm/tenants/:id/status
Changes the given tenant's suspension status to active. The only valid statuses is 'active'.
Request
Responses
- 202
- 400
- 403
- 404
- 409
- 500
Request to activate tenant was accepted.
Invalid Request.
User token does not provide access to tenant with given Id.
Not Found.
The tenant was suspended.
Internal Server Error.