List actions allowed for a role
roles
List actions allowed for a role
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:
- Audit role permissions and capabilities
- Verify role-based access control configuration
- Administrative oversight of security policies
- Integration with external systems requiring permission information
Sorting: Actions are returned sorted by name (alphabetical order).
Note: This endpoint returns actions based on current Cerbos policy configuration.
GET
List actions allowed for a role
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
