Skip to main content

List role assignments for identity

GET 

/roles/assignments/identities/:identity

Retrieve all role assignments for a user identity within an organization, optionally filtered by organization, project and expired items

Request

Path Parameters

    identity stringrequired

Query Parameters

    organization string
    project string
    includeExpiredAssignments boolean

Responses

Success

Schema

  • Array [

  • roleId stringnullable
    identityId stringnullable

    scope

    object

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

Loading...