Skip to main content
POST
Create Team

Supported products

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Body

application/json
members
object[]
required

An array of team members to be assigned to the new team. Each member is represented by a TeamMemberAssignment object. This is a required field.

name
string
required

The name of the team to be created. This is a required field and must be a string.

parentTeamId
string

The unique identifier of the parent team, if the new team is a sub-team. This is an optional field and must be a string if provided.

Response

successful operation

id
string
required

The unique identifier for the team, represented as a string.

name
string
required

The name of the team, represented as a string.

parentTeamId
string

The unique identifier of the parent team, if applicable, represented as a string.

Last modified on August 3, 2026