Skip to main content
GET
List group members

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

group_name
string
required

Response

List of group members retrieved successfully

subject
string
required

User's CPF (Brazilian tax ID)

Example:

"12345678901"

joined_at
string
required

ISO timestamp when the user joined the group

Example:

"2024-01-15T10:30:00Z"

display_name
string | null

User's display name if available

Example:

"João Silva"

added_by
string | null

CPF of the user who added this member

Example:

"98765432109"