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