v18

latestOpenAPI 3.1.0raw.githubusercontent.com2022-08-0421329.6 KB
v3 teams

Create a Team

Create a team, the authenticated user will be created as the 'Administrator' of the team.

post/v3/teams

Request body

namestring required
createdAtstring date-time required

Example request

{
  "name": "string"
}

Response

Example response

Example response

{
  "data": {
    "attributes": {
      "name": "string"
    }
  }
}