POST
/
api
/
v2
/
teams
curl --request POST \
  --url https://cloud.volttime.com/api/v2/teams \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "name": "b",
  "email": "zbailey@example.net",
  "type": "architecto"
}'
{
  "data": {
    "uuid": "c90237e9-ced5-3af6-88ea-84aeaa148878",
    "id": 13,
    "is_personal_team": false,
    "name": "Aleen O'Kon",
    "type": "Other",
    "email": "jdach@example.org",
    "created_at": "2025-07-04T13:42:21.000000Z",
    "updated_at": "2025-07-04T13:42:21.000000Z"
  }
}

Authorizations

Authorization
string
header
required

See the documentation for more information.

Body

application/json

Response

200 - application/json

The response is of type object.