Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
List all actions that a specific role can perform.
Authorization: Users can view actions for roles they have permission to access. Permissions are checked via Cerbos policies.
Action Information: Returns each action’s ID, name, and description.
Use Cases:
Sorting: Actions are returned sorted by name (alphabetical order).
Note: This endpoint returns actions based on current Cerbos policy configuration.
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.