Zoom API MCP Server

update_account_settings

Modify Zoom account settings using structured input and OAuth 2.0 authentication. Ensure proper configuration of user, meeting, and webinar preferences.

Input Schema

NameRequiredDescriptionDefault
settingsYesAccount settings to update

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "settings": { "additionalProperties": true, "description": "Account settings to update", "properties": {}, "type": "object" } }, "required": [ "settings" ], "type": "object" }
ID: h6x0sr1f0c