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
Example response
{
"items": [
{
"name": "projectCreate",
"category": "Projects",
"entityType": {
"name": "Projects"
},
"dependsOn": [
"projectRead"
]
}
]
}