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

Changes

Changed in 2 of the 18 revisions of this API.3