Sites
Chargers
Tariffs
Chargers > Actions
Chargers > Connectors
Chargers > Licenses
Chargers > Proxy
Chargers > Settings
Meters > Chargee
Products
Providers
Sites > Chargers
Sites > Connectors
Sites > Smart Charging
Sites > Teams
- GETGet all teams with access to a site
- GETGet a specific team's access to a site
- DELRemove a team's access to a site
- POSTGrant sensitive data access to a team
- DELRevoke sensitive data access from a team
- PUTModify asset access for a team
- POSTTransfer site ownership to a team
- POSTRequest sensitive data access for a team
- POSTCreate an invite
- POSTAccept an invite
[Deprecated] Chargers
[Deprecated] Commands
[Deprecated] Datapoints
[Deprecated] Sites
[Deprecated] Teams
[Deprecated] Users
Sites > Teams
Get a specific team's access to a site
GET
/
api
/
v3
/
sites
/
{site_uuid}
/
teams
/
{team_uuid}
Get a specific team's access to a site
Copy
curl --request GET \
--url https://cloud.volttime.com/api/v3/sites/{site_uuid}/teams/{team_uuid} \
--header 'Authorization: Bearer <token>'
Copy
{
"data": {
"uuid": "5d093e7f-5aae-3aa3-bece-f6e784dcbd67",
"name": "Rogers Leuschke PhD",
"type": "Other",
"email": "imclaughlin@example.org",
"access": {
"is_owner": false,
"data_access": false,
"data_access_expires_at": null,
"can_access_all_assets": false,
"created_at": null,
"updated_at": null
},
"created_at": "2025-07-04T13:42:21.000000Z",
"updated_at": "2025-07-04T13:42:21.000000Z"
}
}
Authorizations
See the documentation for more information.
Response
200 - application/json
The response is of type object
.
Was this page helpful?
Get a specific team's access to a site
Copy
curl --request GET \
--url https://cloud.volttime.com/api/v3/sites/{site_uuid}/teams/{team_uuid} \
--header 'Authorization: Bearer <token>'
Copy
{
"data": {
"uuid": "5d093e7f-5aae-3aa3-bece-f6e784dcbd67",
"name": "Rogers Leuschke PhD",
"type": "Other",
"email": "imclaughlin@example.org",
"access": {
"is_owner": false,
"data_access": false,
"data_access_expires_at": null,
"can_access_all_assets": false,
"created_at": null,
"updated_at": null
},
"created_at": "2025-07-04T13:42:21.000000Z",
"updated_at": "2025-07-04T13:42:21.000000Z"
}
}
Assistant
Responses are generated using AI and may contain mistakes.