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
Example request
{
"name": "Engineering"
}Response
Created