Create Tenant Group Membership

Creates a membership between a tenant and a group.

Method

PUT /tenant/{id}/group-members/{groupId}

Parameters

Path Parameters

Name Description
id The id of the tenant.
groupId The id of the group.

Result

This method returns no content.

Response Codes

Code Media type Description
204 Request successful.
403 application/json Identity service is read-only.
500 application/json In case an internal error occurs. See the Introduction for the error response format.

Example

Request

PUT /tenant/tenantOne/group-members/sales

Response

Status 204. No content.

On this Page: