Skip to main content
GET
List Groups

Authorizations

Authorization
string
header
required

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

Query Parameters

pageSize
integer<int32>

Maximum number of results to return. Default is 10000, maximum is 10000.

pageToken
string

Token for pagination. Leave empty for the first request.

userId
string

Filter to the groups this user is a member of. Each returned group still carries its full user_ids roster, not just this user.

Response

Success

data
Group · object[]

The list of groups.

nextPageToken
string | null

Token for retrieving the next page of results. Empty if no more results.