Skip to main content
GET
List Team Groups

Authorizations

Authorization
string
header
required

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

Path Parameters

team_id
string
required

Filter by team ID. Required when using the /v2/teams/{team_id}/groups path.

Query Parameters

groupId
string

Filter by group ID. Returns the group's bindings across every team.

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. Only honored when filtering by team_id alone; the group_id shape is unpaginated.

Response

Success

data
TeamGroup · object[]

The list of team groups.

nextPageToken
string | null

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