Skip to main content

List permissions

POST 

/roles/list-permissions

List all permissions for the user in the given scope. Returns permission IDs.

Request

Body

    organizationId stringnullable
    projectId stringnullable
    resourcePath stringnullable
    resourceType stringnullable
    viewerSceneId stringnullable

Responses

Success

Schema

  • Array [

  • string

  • ]

Loading...