List all groups
List all groups in the system with optional filtering.
Filtering: Use the prefix query parameter to filter groups by name prefix.
Authorization: All authenticated users can list groups.
Performance: Results are cached for optimal performance. Large result sets may be paginated in future versions.
Use Cases:
- Display all available groups in admin interfaces
- Search for specific groups by name prefix
- Export group information for reporting
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
Filter groups by name prefix (case-insensitive)
Response
List of groups retrieved successfully
Unique identifier for the group
1
Group name
"engineering_team:backend"
Group description
"Engineering team with access to development resources"
ISO timestamp when the group was created
"2024-01-15T10:30:00Z"
CPF of the user who created this group
"12345678901"
