PATCH /rooms/account_profile

Update information on the account profile of a Zoom Room. This information can only by accessed either by the Zoom Room Account Owner or a user with Zoom Rooms admin permission. To update information on an individual Room Profile, use Update Zoom Room Profile API instead.

Prerequisites:

Scopes: room:write:admin
Rate Limit Label: Medium

Servers

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.room_passcode String No

1-16 digit number or characters used to secure your Zoom Rooms application. This code must be entered on your Zoom Room Controller to change settings or to sign out.

basic.required_code_to_ext Boolean No

Require code to exit out of the Zoom Rooms application to switch between other apps.

basic.support_phone String No

The phone number used for reporting Zoom room issues.

basic.support_email String No

The email address used for reporting Zoom Room issues.

How to start integrating

  1. Add HTTP Task to your workflow definition.
  2. 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.
  3. Click Test request to test run your request to the API and see the API's response.