Skip to main content
Glama

Zoom API MCP Server

create_sub_account

Create sub-accounts for Zoom users by providing essential details such as name, email, password, company, and country. Streamlines account management within the Zoom API MCP Server environment.

Input Schema

NameRequiredDescriptionDefault
addressNoAddress
cityNoCity
company_nameYesCompany name
countryYesCountry
emailYesEmail address of the account owner
first_nameYesFirst name of the account owner
last_nameYesLast name of the account owner
passwordYesPassword
phone_countryNoCountry for phone
phone_numberNoPhone number
stateNoState/Province
zipNoZIP/Postal Code

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "address": { "description": "Address", "type": "string" }, "city": { "description": "City", "type": "string" }, "company_name": { "description": "Company name", "type": "string" }, "country": { "description": "Country", "type": "string" }, "email": { "description": "Email address of the account owner", "format": "email", "type": "string" }, "first_name": { "description": "First name of the account owner", "type": "string" }, "last_name": { "description": "Last name of the account owner", "type": "string" }, "password": { "description": "Password", "type": "string" }, "phone_country": { "description": "Country for phone", "type": "string" }, "phone_number": { "description": "Phone number", "type": "string" }, "state": { "description": "State/Province", "type": "string" }, "zip": { "description": "ZIP/Postal Code", "type": "string" } }, "required": [ "first_name", "last_name", "email", "password", "company_name", "country" ], "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/mattcoatsworth/zoom-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server