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:
Sorting: Roles are returned sorted by name (alphabetical order).
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
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"