Teams

Get a list of teams

get

Returns all teams for the organization.

Rate limit: 60 requests per minute

Authorizations
AuthorizationstringRequired

Authorization: Bearer

Responses
chevron-right
200Success
application/json
request_idstringOptional

The request ID for tracking.

get
/teams

Get a team by its ID

get

Returns a single team by ID.

Rate limit: 60 requests per minute

Authorizations
AuthorizationstringRequired

Authorization: Bearer

Path parameters
idstringRequired

The ID of the team to fetch.

Responses
chevron-right
200Success
application/json
request_idstringOptional

The request ID for tracking.

get
/teams/{id}

Update an existing team

patch

Updates an existing team. Only provided fields are modified.

Rate limit: 20 requests per minute

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
chevron-right
200Success
application/json
request_idstringOptional

The request ID for tracking.

patch
/teams/{id}

Create a new team

post

Creates a new team with a name and optional member list.

Rate limit: 10 requests per minute

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
chevron-right
200Success
application/json
request_idstringOptional

The request ID for tracking.

post
/teams

Last updated

Was this helpful?