Teams
Get a list of teams
get
/teams
Authorizations
Responses
application/json
application/json
application/json
application/json
cURL
JavaScript
Python
HTTP
200
400
404
500
Get a team by its ID
get
/teams/{id}
Authorizations
Path parameters
idstringrequired
The ID of the team to fetch.
Responses
application/json
application/json
application/json
application/json
cURL
JavaScript
Python
HTTP
200
400
404
500
Update an existing team
patch
/teams/{id}
Authorizations
Path parameters
idstringrequired
The ID of the team to update.
Body
namestring
The name of the team.
user_idsstring[]
The list of user IDs to add to the team. If provided, the team members will be updated to be exactly the given users.
Responses
application/json
application/json
application/json
application/json
cURL
JavaScript
Python
HTTP
200
400
404
500
Create a new team
post
/teams
Authorizations
Body
namestring
The name of the team.
user_idsstring[]
The list of user IDs to add to the team.
Responses
application/json
application/json
application/json
application/json
cURL
JavaScript
Python
HTTP
200
400
404
500
Last updated
Was this helpful?