Team CREATE
POST/teams
Creates a team beneath an existing, active parent team.
Required permissions: Team Create or Team Admin. When access is granted through a team role rather than globally, the permission must apply to the selected parent team.
If initials is omitted, null, or empty, the API derives up to two initials from the team name and converts them to uppercase. If color is omitted, null, or empty, it defaults to #60A5FA.
Request
Responses
- 200
- 400
- 401
- 403
- 409
- 500
The team was created successfully.
The request is invalid, the parent team does not exist, or the parent team is archived.
The User API key is missing or invalid.
The authenticated user does not have permission to create a team under the selected parent.
A team with the same name already exists.
An unexpected server error occurred.