Skip to main content
Version: Next

Assign a group to a tenant

PUT 

/tenants/:tenantKey/groups/:groupKey

Assign a single group to a specified tenant.

Request

Path Parameters

    tenantKey int64required

    The unique identifier of the tenant.

    groupKey int64required

    The unique identifier of the group.

Responses

The group was successfully assigned to the tenant.

Loading...