Skip to main content

Check if the user has specific permissions within a scope

POST 

/roles/check-permissions

Checks if the logged-in user has a specific set of permissions within the given scope

Request

Body

    scope

    object

    organizationId stringnullable
    projectId stringnullable
    resourcePath stringnullable
    resourceType stringnullable
    viewerSceneId stringnullable
    permissionIds string[]nullable

Responses

Success

Schema

  • Array [

  • boolean

  • ]

Loading...