List roles assigned to a group
List all roles assigned to a specific group.
Authorization: Users can view roles of groups they have permission to access. Permissions are checked via Cerbos policies.
Role Information: Returns each role’s ID, name, and description.
Use Cases:
- View group permissions and capabilities
- Audit group role assignments
- Administrative oversight of access control
- Verify role inheritance for group members
Sorting: Roles are returned sorted by name (alphabetical order).
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Response
List of group roles retrieved successfully
Unique identifier for the role
1
Role name
"data_analyst:read"
Role description
"Data analysts with read access to analytics dashboards"
CPF of the user who created this role (null for system roles)
"12345678901"
ISO timestamp when the role was created (null for system roles)
"2024-01-15T10:30:00Z"
