Zoom API MCP Server

get_contact

Retrieve detailed contact information from Zoom by providing a contact ID, enabling efficient management and integration with Zoom API resources.

Input Schema

NameRequiredDescriptionDefault
contact_idYesThe contact ID

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "contact_id": { "description": "The contact ID", "type": "string" } }, "required": [ "contact_id" ], "type": "object" }
ID: h6x0sr1f0c