POST
/
api
/
v3
/
teams
curl --request POST \
  --url https://cloud.volttime.com/api/v3/teams \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "name": "b",
  "email": "zbailey@example.net",
  "type": "architecto"
}'
{
  "data": {
    "uuid": "a4855dc5-0acb-33c3-b921-f4291f719ca0",
    "id": 4,
    "is_personal_team": false,
    "name": "Macey Rempel PhD",
    "type": "Other",
    "email": "justina.gaylord@example.org",
    "created_at": "2025-05-28T12:59:38.000000Z",
    "updated_at": "2025-05-28T12:59:38.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.