Notion MCP Server

by ramidecodes
Verified

get-user

Retrieve user details by ID using the MCP server integrated with the Notion SDK. Designed to fetch specific user information for enhanced workspace interaction.

Input Schema

NameRequiredDescriptionDefault
user_idYesThe ID of the user to retrieve

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "user_id": { "description": "The ID of the user to retrieve", "type": "string" } }, "required": [ "user_id" ], "type": "object" }

You must be authenticated.

Other Tools from Notion MCP Server

Related Tools

ID: bjc5iac7gt