Assign a user to a tenant
PUT/tenants/:tenantId/users/:username
Assign a single user to a specified tenant.
Request
Responses
- 202
- 400
- 403
- 404
- 500
The user was successfully assigned to the tenant.
The provided data is not valid.
Forbidden. The request is not allowed.
Not found. The tenant or user was not found.
An internal error occurred while processing the request.