Skip to main content
POST
Create a new team

Overview

Create a new team in your workspace. Teams help organize projects and members together.

Request Body

The request body should contain the following fields:
string
required
The name of the new team. This will be displayed across the application.

Response

integer
The unique identifier for the newly created team.
string
The name of the team.
string
The timestamp when the team was created (ISO 8601 format).

Example Request

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
name
string
required

The name of the new team

Example:

"Engineering Team"

Response

New Team response