Logo
Zoom Public API Documentation

Get a location's hot desk usage

GET {{baseUrl}}/workspaces/usage?location_id=<string>

Use this API to get a location's hot desk usage information.

Scopes: workspace:readworkspace:read:admin

Rate Limit Label: Medium

 

Body PARAM

Key Datatype Required Description 
location_id
string (Required) The location's ID.



HEADERS

Key Datatype Required Description 
Accept
string




RESPONSES

status OK

{ "desk_usage": { "in_use": "<integer>", "not_in_use": "<integer>" }, "room_usage": { "in_use": "<integer>", "not_in_use": "<integer>" }, "total_usage": { "in_use": "<integer>", "not_in_use": "<integer>" } }



Curl
curl -X GET 'https://api.zoom.us/v2/workspaces/usage?location_id=<string>?location_id=<string>' -H 'Accept: application/json'

ENDPOINTS