Activate Tenant User
POST/api/v1/tenant-admin/users/:user_id/activate
Activate a suspended user within the tenant.
Only accessible by tenant admins. The target user must belong to the same tenant as the admin.
Request
Responses
- 200
- 400
- 401
- 403
- 404
- 422
- 500
Successful Response
User already active
Unauthorized
Tenant admin role required or user not in tenant
User not found
Validation Error
Server error