Create Team

post/team/create

Creates a new Team and makes you a member. You must not currently belong to a Team to invoke.

Securityapi_key or oauth2
Request
Request Body schema: application/json
name
string
Default: "Untitled Team"

The name of your Team.

Responses
200

successful operation

4XX

failed_operation

Request samples
application/json
{
  • "name": "New Team Name"
}
Response samples
application/json
{
  • "team": {
    }
}