Skip to main content
Glama

Zendesk API MCP Server

update_user

Modify user details in Zendesk by updating name, email, role, phone, organization ID, tags, or notes using the specified user ID.

Input Schema

NameRequiredDescriptionDefault
emailNoUpdated email address
idYesUser ID to update
nameNoUpdated user's name
notesNoUpdated notes about the user
organization_idNoUpdated organization ID
phoneNoUpdated phone number
roleNoUpdated user's role
tagsNoUpdated tags for the user

Input Schema (JSON Schema)

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