Skip to main content
Before you start, ensure that you have an API Key with Teams -> Read permission

Listing Your Teams

Retrieve the teams you belong to using the GET /user/teams endpoint.
This is a paginated request with a default limit of 100 results. Use query parameters to adjust:

Response

Response Fields

Listing Team Members

Retrieve the members of a team using the GET /teams/{team_id}/members endpoint. You must be a member of the team to access this endpoint.
This is a paginated request with a default limit of 100 results. Use query parameters to adjust:

Response

Response Fields

You can find your teamId on your Team’s Profile page or by calling GET /user/teams.