Teams
get
Get a list of teams
Authorizations
Responses
application/json
objectOptional
application/json
application/json
application/json
get
get
Get a team by its ID
Authorizations
Path parameters
idstringRequired
The ID of the team to fetch.
Responses
application/json
objectOptional
application/json
application/json
application/json
get
patch
Update an existing team
Authorizations
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
application/json
objectOptional
application/json
application/json
application/json
patch
post
Create a new team
Authorizations
Body
namestringOptional
The name of the team.
user_idsstring[]Optional
The list of user IDs to add to the team.
Responses
application/json
objectOptional
application/json
application/json
application/json
post
Last updated
Was this helpful?