Chargers
Tariffs
Chargers > Actions
Chargers > Connectors
Chargers > Settings
Sites > Chargers
Sites > Connectors
Sites > Smart Charging
[Deprecated] Chargers
[Deprecated] Commands
[Deprecated] Datapoints
[Deprecated] Sites
[Deprecated] Teams
[Deprecated] Users
Create a new team
Create a new team
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": "a4855dc5-0acb-33c3-b921-f4291f719ca0",
"id": 8,
"is_personal_team": false,
"name": "Macey Rempel PhD",
"type": "Other",
"email": "cecil42@example.com",
"created_at": "2025-05-02T11:43:24.000000Z",
"updated_at": "2025-05-02T11:43:24.000000Z"
}
}
Authorizations
See the documentation for more information.
Body
application/json
Response
200 - application/json
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": "a4855dc5-0acb-33c3-b921-f4291f719ca0",
"id": 8,
"is_personal_team": false,
"name": "Macey Rempel PhD",
"type": "Other",
"email": "cecil42@example.com",
"created_at": "2025-05-02T11:43:24.000000Z",
"updated_at": "2025-05-02T11:43:24.000000Z"
}
}