PATCH /accounts/{accountId}/settings

Update the settings of a sub account that is under a master account.
To update the settings of the master account, use me as the value of the accountId path parameter.

Prerequisites:


**[Rate Limit Label](https://marketplace.zoom.us/docs/api-reference/rate-limits#rate-limits):** `Medium`

Servers

Path parameters

Name Type Required Description
accountId String Yes

The account ID.

Request headers

Name Type Required Description
Content-Type String Yes The media type of the request body.

Default value: "application/json"

Query parameters

Name Type Required Description
option String No

Valid values:

  • "recording_authentication"
  • "meeting_authentication"
  • "meeting_security"
  • "security"

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.