List the Permission Catalog
Lists the catalog of permission actions that can be granted to users, apps, and API keys — the source for the dashboard's permission pickers. Small and returned in full on one page.
Response
permission catalog listed
Example response
{
"data": [
{
"action": "waitlist_entry:cancel",
"allowed_on_user": true,
"granted_to_system_roles": [
"owner"
],
"name": "waitlist_entry:cancel"
}
]
}Changes
Changed in 3 of the 74 revisions of this API.12
- ●
added the new
partnerenum value to the///response property for the response statusresponse-property-enum-value-added
This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ●
- ○
added the optional property
/to the response with the statusresponse-optional-property-added
This revision also has 9 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○
- ○
endpoint added
endpoint-added
This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○
Of the 74 revisions, 1 has no diff computed.