Chargers
Tariffs
Chargers > Actions
Chargers > Connectors
Chargers > Licenses
Chargers > Settings
Meters > Chargee
Products
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
Creates a new team for the user
POST
/
teams
curl --request POST \
--url https://cloud.volttime.com/api/v2/teams \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"name": "<string>",
"email": "<string>",
"type": {}
}'
Request
The name of the new team
The email of the new team
The type of the new team
Personal
HOA
Retailer
Installer
Wholesaler
Company
OEM
Other
Response
The newly created team
The identifier of the team
The name of the team
The type of the team
Personal
HOA
Retailer
Installer
Wholesaler
Company
OEM
Other
The email of the team
The date the team was created
The date the team was last updated
The newly created team
The identifier of the team
The name of the team
The type of the team
Personal
HOA
Retailer
Installer
Wholesaler
Company
OEM
Other
The email of the team
The date the team was created
The date the team was last updated
{
"data": {
"id": 402789,
"name": "John's Team",
"type": "Personal",
"email": "john.doe@gmail.com",
"created_at": "2023-09-26T11:39:39.000000Z",
"updated_at": "2023-09-26T11:39:39.000000Z"
}
}
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": "<string>",
"email": "<string>",
"type": {}
}'