v18

latestOpenAPI 3.1.0raw.githubusercontent.com2022-08-0421329.6 KB
v1

Create Team

post/v1/teams

Request body

namestring
usersstring[]
sentInvitationsstring[]
createdAtstring date-time required

Example request

{
  "name": "string",
  "managers": [
    {
      "id": "string",
      "email": "string"
    }
  ],
  "users": [
    "string"
  ],
  "sentInvitations": [
    "string"
  ],
  "areas": [
    null
  ],
  "layers": [
    null
  ],
  "confirmedUsers": [
    {
      "id": "string",
      "email": "string"
    }
  ],
  "createdAt": "2019-08-24T14:15:22Z"
}

Response

Team response

Example response

{
  "data": {
    "attributes": {
      "name": "string",
      "managers": [
        {
          "id": "string",
          "email": "string"
        }
      ],
      "users": [
        "string"
      ],
      "sentInvitations": [
        "string"
      ],
      "areas": [
        null
      ],
      "layers": [
        null
      ],
      "confirmedUsers": [
        {
          "id": "string",
          "email": "string"
        }
      ],
      "createdAt": "2019-08-24T14:15:22Z"
    }
  }
}
All 21 operations