v1

latestOpenAPI 3.1.0Apache 2.02026-07-245981,1853.0 MB
Users V2

Get User Roles

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

get/api/access/v2/users/{userId}/access-levels

Path parameters

userIdstring uuid required

The unique identifier of the user.

Response

User 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"
  }
]