notion_get_user
Retrieve a Notion user's name, email, avatar URL, and type by providing their user ID. Get detailed user information after finding IDs via list_users.
Instructions
Get details for a specific Notion user by ID.
Returns the user's name, email, avatar URL, and type. Use notion_list_users to find user IDs first.
user_id: Notion user UUID.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| user_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |