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:
Sorting: Members are returned sorted by join date (newest first).
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
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"