List group members
List all members of a specific group with their membership details.
Authorization: Users can view members of groups they have permission to access. Permissions are checked via Cerbos policies.
Member Information: Returns each member’s CPF, display name (if available), join timestamp, and who added them to the group.
Use Cases:
- View team composition
- Audit group membership
- Administrative oversight
- Access control verification
Sorting: Members are returned sorted by join date (newest first).
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Response
List of group members retrieved successfully
User's CPF (Brazilian tax ID)
"12345678901"
ISO timestamp when the user joined the group
"2024-01-15T10:30:00Z"
User's display name if available
"João Silva"
CPF of the user who added this member
"98765432109"
