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
Changes
Changed in 2 of the 18 revisions of this API.3
- ○
api tag
Team Managementaddedapi-tag-added
- ○
api tag
Teamsremovedapi-tag-removed
This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○
- ○
endpoint added
endpoint-added
- ○