n8n MCP Server

get-user

Retrieve user details by ID or email address using the n8n MCP Server, ensuring secure integration with workflows and LLMs.

Instructions

Get user by ID or email address.

Input Schema

NameRequiredDescriptionDefault
clientIdYes
idOrEmailYes

Input Schema (JSON Schema)

{ "properties": { "clientId": { "type": "string" }, "idOrEmail": { "type": "string" } }, "required": [ "clientId", "idOrEmail" ], "type": "object" }
ID: l1rov8ni7r