Team Group API
List Team Groups
List team group bindings. Filter by team_id and/or group_id; one of the two is required.
GET
List Team Groups
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Filter by team ID. Required when using the /v2/teams/{team_id}/groups path.
Query Parameters
Filter by group ID. Returns the group's bindings across every team.
Maximum number of results to return. Default is 10000, maximum is 10000.
Token for pagination. Leave empty for the first request. Only honored when filtering by team_id alone; the group_id shape is unpaginated.
List Team Groups

