Skip to main content
Glama

Zendesk API MCP Server

create_user

Generate Zendesk user profiles by specifying full name, email, role, phone, organization ID, tags, and notes. Streamlines user management through the Zendesk API MCP Server.

Input Schema

NameRequiredDescriptionDefault
emailYesUser's email address
nameYesUser's full name
notesNoNotes about the user
organization_idNoID of the user's organization
phoneNoUser's phone number
roleNoUser's role
tagsNoTags for the user

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "email": { "description": "User's email address", "format": "email", "type": "string" }, "name": { "description": "User's full name", "type": "string" }, "notes": { "description": "Notes about the user", "type": "string" }, "organization_id": { "description": "ID of the user's organization", "type": "number" }, "phone": { "description": "User's phone number", "type": "string" }, "role": { "description": "User's role", "enum": [ "end-user", "agent", "admin" ], "type": "string" }, "tags": { "description": "Tags for the user", "items": { "type": "string" }, "type": "array" } }, "required": [ "name", "email" ], "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/JurreBrandsenInfoSupport/zendesk-mcp'

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