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"
}
}
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/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"
}
}