Get a team
get
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
organizationIdstringRequiredPattern:
A unique entity identifier
^[a-zA-Z0-9_-]+$teamIdstringRequiredPattern:
A unique entity identifier
^[a-zA-Z0-9_-]+$Responses
200
OK
application/json
objectstring · enumRequiredPossible values:
Type of Object, always equals to "team"
idstringRequired
Unique identifier for the team.
titlestring · min: 1 · max: 64Required
Title of the team
membersintegerRequired
Count of members in this team.
spacesnumberRequired
Count of spaces this team has access to.
createdAtstring · date-timeRequired
Date at which the team was created.
get/orgs/{organizationId}/teams/{teamId}
200
OK
Last updated
Was this helpful?