Logo
Zoom Public API Documentation

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

 

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>" } }



Curl
curl -X GET 'https://api.zoom.us/v2/rooms/locations/:locationId' -H 'Accept: application/json'

ENDPOINTS