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

Request Body

{"basic"=>{"address"=>"<string>", "description"=>"<string>", "name"=>"<string>", "required_code_to_ext"=>"<boolean>", "room_passcode"=>"<string>", "support_email"=>"<email>", "support_phone"=>"<string>", "timezone"=>"<string>"}}

HEADERS

| Key | Datatype | Required | Description | | Content-Type | string | | | | Accept | string | | |

RESPONSES

status: OK

{}