v1
latestOpenAPI 3.0.3Proprietary2026-07-1713346131.7 KBTeams
Create a new team
Create a new team
post/teams
Request body
Example request
{
"name": "Engineering Team"
}Response
Team created successfully
Example response
{
"done": true,
"body": {
"name": "Engineering Team"
},
"message": "Operation completed successfully"
}