Workspace/Role

List permissions assignable to a custom workspace role

Returns the whitelist of permission keys (grouped by module) that a workspace OWNER may include when creating or updating a custom workspace role.

GET
/api/v2/permissions/catalog

Authorization

BearerAuthObject
AuthorizationBearer <token>

In: header

Response Body

application/json

application/json

application/json

curl -X GET "https://example.com/api/v2/permissions/catalog"
{  "permissions": [    {      "key": "SourceIndex",      "module": "Source"    }  ]}
{  "message": {    "error": "Your request was made with invalid credentials."  }}
{  "message": {    "error": "You are not allowed to perform this action."  }}