PATCH /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
Servers
- https://api.zoom.us/v2
Path parameters
| Name | Type | Required | Description |
|---|---|---|---|
locationId |
String | Yes |
Unique Identifier of the location. This can be retrieved from the List Zoom Room Locations API. |
Request headers
| Name | Type | Required | Description |
|---|---|---|---|
Content-Type |
String | Yes |
The media type of the request body.
Default value: "application/json" |
Request body fields
| Name | Type | Required | Description |
|---|---|---|---|
basic |
Object | No | |
basic.timezone |
String | No |
Timezone (can only be updated for location type - city). |
basic.description |
String | No |
Description about the location. |
basic.name |
String | No |
Name of the location type. |
basic.room_passcode |
String | No |
1-16 digit number or characters that is used to secure your Zoom Rooms application. |
basic.required_code_to_ext |
Boolean | No |
Require code to exit out of your Zoom Rooms application to switch between other apps. |
basic.support_phone |
String | No |
The phone number to be used for reporting Zoom Room issues. |
basic.address |
String | No |
Address. Can only be updated for Campus and Building. |
basic.support_email |
String | No |
The email address to be used for reporting Zoom Room issues. |
How to start integrating
- Add HTTP Task to your workflow definition.
- Search for the API you want to integrate with and click on the name.
- This loads the API reference documentation and prepares the Http request settings.
- Click Test request to test run your request to the API and see the API's response.