Get Zoom Room location profile

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:

  • Account owner or admin permission
  • Zoom Rooms version 4.0 or higher

Scopes: room:read:admin

Rate Limit Label : MEDIUM

HEADERS

| Key | Datatype | Required | Description | | Accept | string | | |

RESPONSES

status: OK

{"basic":{"address":"\u003cstring\u003e","description":"\u003cstring\u003e","name":"\u003cstring\u003e","required_code_to_ext":"\u003cboolean\u003e","room_passcode":"\u003cstring\u003e","support_email":"\u003cemail\u003e","support_phone":"\u003cstring\u003e","timezone":"\u003cstring\u003e","parent_location_id":"\u003cstring\u003e"}}