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": 9,
"is_personal_team": false,
"name": "Macey Rempel PhD",
"type": "Other",
"email": "justina.gaylord@example.org",
"created_at": "2025-07-04T13:42:21.000000Z",
"updated_at": "2025-07-04T13:42:21.000000Z"
}
}
See the documentation for more information.
The response is of type object
.
Was this page helpful?
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": 9,
"is_personal_team": false,
"name": "Macey Rempel PhD",
"type": "Other",
"email": "justina.gaylord@example.org",
"created_at": "2025-07-04T13:42:21.000000Z",
"updated_at": "2025-07-04T13:42:21.000000Z"
}
}