GET {{baseUrl}}/rooms/locations/:locationId
Each location type of the Zoom Rooms location hierarchy has a profile page with information such as the location name, address, support email, and more. Use this API to retrieve information about a specific Zoom Rooms location type, such as the city location of the Zoom Rooms. Prerequisite: Scopes: Rate Limit Label:
room:read:admin
MEDIUM
Body
PARAM
Key | Datatype | Required | Description |
HEADERS
Key | Datatype | Required | Description |
Accept
|
string |
RESPONSES
status OK
{
"basic": {
"address": "<string>",
"description": "<string>",
"name": "<string>",
"required_code_to_ext": "<boolean>",
"room_passcode": "<string>",
"support_email": "<email>",
"support_phone": "<string>",
"timezone": "<string>",
"parent_location_id": "<string>"
}
} |
ENDPOINTS