Logo
Zoom Public API Documentation

Update Zoom Room location profile

PATCH {{baseUrl}}/rooms/locations/:locationId

Each location type of the Zoom Rooms location hierarchy has a profile page that includes information such as name of the location, address, support email, etc. Use this API to update information about a specific Zoom Rooms location type such as information about the city where the Zoom Rooms is located.

Prerequisite:

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

Scopes: room:write:admin

Rate Limit Label: Medium

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 
Content-Type
string
Accept
string




RESPONSES

status OK

{}



Curl
curl -X PATCH 'https://api.zoom.us/v2/rooms/locations/:locationId' -H 'Content-Type: application/json' -H 'Accept: application/json' -d '{"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"}}'

ENDPOINTS