Organization
Create Team
Creates a new team in the organization. You can optionally specify a parent team to create a hierarchical team structure. The team will be created with default permissions and settings.
post/organizations/teams
Request body
Example request
{
"name": "Marketing",
"parentTeamUUID": "2ccf9bde-68e3-4de4-bc4e-51b927336665"
}Response
Team successfully created
Example response
{
"data": {
"name": "[Attention] Marketing",
"uuid": "5d350a34-6c8d-4408-b0d6-6cfac4782e1f"
}
}