This operation will retrieve all teams for a given user.

A User can be part of multiple teams, either as a Team member or as a Guest. This endpoint fetches all the Teams a USER is part of.

Test the endpoint

To test the endpoint, simply specify the User ID.

Response Properties

The response will return a list of teams and the properties of each Team in the list which are:

PropertyFormatPurpose
idIntegerThe team's unique identifier
nameStringThe name of the team
createdDateThe creation date of the team
Language
Authorization
OAuth2
Click Try It! to start a request and see the response here!