PATCH /rooms/{roomId}
Update basic information on a specific Zoom Room in a Zoom account.
Prerequisites:
- Pro or a higher plan with Zoom Room license.
Scopes:room:write:admin
Rate Limit Label:Medium
Servers
- https://api.zoom.us/v2
Path parameters
| Name | Type | Required | Description |
|---|---|---|---|
roomId |
String | Yes |
Unique Identifier of a Zoom Room. |
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.name |
String | No |
Name of the Zoom Room. |
basic.room_passcode |
String | No |
1-16 digit number or characters that is used to secure your Zoom Rooms application. This code must be entered on your Zoom Room Controller to change settings or sign out. |
basic.required_code_to_ext |
Boolean | No |
Require code to exit out of Zoom Rooms application to switch between other apps. |
basic.hide_room_in_contacts |
Boolean | No |
Hide this Zoom Room from your Contact List. |
basic.support_phone |
String | No |
The phone number to be used for reporting Zoom Room issues. |
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.