v18

latestOpenAPI 3.1.0raw.githubusercontent.com2026-07-2112360218.7 KB
Team Management

Create Team

Creates a new team under a specific organization. Requires Org Admin privileges (admin on the Default Team). Team admins or editors of other custom teams are not authorized to create teams.

post/v1/orgs/{orgID}/teams

Path parameters

orgIDstring uuid required

The ID of the organization to create the team under.

Request body

namestring required

Example request

{
  "name": "Engineering"
}

Response

Created