v50

latestOpenAPI 3.1.0raw.githubusercontent.com2026-07-031984301.2 MB
Role and Permission

List Permissions

Retrieves a list of all permissions available for the account.

get/permissions

Headers

Authorizationstring required

The bearer access token provided by Auth0.

X-LC-Tenantstring required

The identifier of the account where the request is executed.

Response

OK

itemCountinteger required

Example response

{
  "items": [
    {
      "name": "projectCreate",
      "category": "Projects",
      "entityType": {
        "name": "Projects"
      },
      "dependsOn": [
        "projectRead"
      ]
    }
  ]
}