v1

latestOpenAPI 3.1.0Apache 2.02026-07-245981,1853.0 MB
User Groups V2

Add User Group Roles

Use this API to add a new role to a user group.

post/api/access/v2/user-groups/{groupId}/access-levels

Path parameters

groupIdstring uuid required

The unique identifier of the user group.

Request body

organizationIdstring uuid required

The unique identifier of the organization.

roleIdstring uuid required

The unique identifier of the role.

Example request

{
  "organizationId": "323e4567-e89b-12d3-a456-426614174000",
  "roleId": "223e4567-e89b-12d3-a456-426614174000"
}

Response

Access level added successfully