Teams
get
Get a list of teams
Authorizations
AuthorizationstringRequired
Authorization: Bearer
Responses
200Success
application/json
400Error
application/json
404Error
application/json
500Error
application/json
get
/teamsget
Get a team by its ID
Authorizations
AuthorizationstringRequired
Authorization: Bearer
Path parameters
idstringRequired
The ID of the team to fetch.
Responses
200Success
application/json
400Error
application/json
404Error
application/json
500Error
application/json
get
/teams/{id}patch
Update an existing team
Authorizations
AuthorizationstringRequired
Authorization: Bearer
Path parameters
idstringRequired
The ID of the team to update.
Body
namestringOptional
The name of the team.
user_idsstring[]Optional
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
200Success
application/json
400Error
application/json
404Error
application/json
500Error
application/json
patch
/teams/{id}post
Create a new team
Authorizations
AuthorizationstringRequired
Authorization: Bearer
Body
namestringOptional
The name of the team.
user_idsstring[]Optional
The list of user IDs to add to the team.
Responses
200Success
application/json
400Error
application/json
404Error
application/json
500Error
application/json
post
/teamsLast updated
Was this helpful?

