Skip to main content

List role assignments

GET 

/roles/assignments

List all role assignments

Request

Query Parameters

    organizationId string
    projectId string
    includeExpiredAssignments boolean
    Default value: false

Responses

Success

Schema

  • Array [

  • identityType stringnullable
    identityId stringnullable
    identityName stringnullable
    roleId stringnullable

    scope

    object

    organizationId stringnullable
    projectId stringnullable
    resourcePath stringnullable
    resourceType stringnullable
    viewerSceneId stringnullable
    isOrgLevel boolean
    expirationTime date-timenullable
  • ]

Loading...