Teams

get

Get a list of teams

Authorizations
AuthorizationstringRequired

Authorization: Bearer

Responses
200Success
application/json
get
/teams
get

Get a team by its ID

Authorizations
AuthorizationstringRequired

Authorization: Bearer

Path parameters
idstringRequired

The ID of the team to fetch.

Responses
200Success
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
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
post
/teams

Last updated

Was this helpful?