Skip to main content
POST
Create Team

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
name
string
required
Required string length: 1 - 255
parent_team_id
string<uuid> | null

Response

Successful Response

id
string<uuid>
required
name
string
required
parent_team_id
string<uuid> | null
required
path
string
required
depth
integer
required
is_active
boolean
required
created_at
string<date-time>
required
updated_at
string<date-time>
required