v1

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

Get User Group Roles

Use this API to retrieve a list of roles for a specific user group.

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

Path parameters

groupIdstring uuid required

The unique identifier of the user group.

Response

Access levels retrieved successfully

organizationIdstring uuid

The unique identifier of the organization.

organizationNamestring

The name of the organization.

roleIdstring uuid

The unique identifier of the role.

roleNamestring

The name of the role.

Example response

[
  {
    "organizationId": "423e4567-e89b-12d3-a456-426614174000",
    "organizationName": "My Org",
    "roleId": "423e4567-e89b-12d3-a456-426614174001",
    "roleName": "Audit Manager"
  }
]