External DocumentationTo learn more, visit the Notion documentation.
Actions
Get User
Retrieve a user object using the ID specified in the request path.

Preview this Workflow on desktop
Was this page helpful?
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
| Parameter | Description |
|---|---|
| User ID | The identifier of the required user. |
{
"object": "<string>",
"id": "<string>",
"name": "<string>",
"avatar_url": null,
"type": "<string>",
"person": {
"email": "<string>"
},
"request_id": "<string>"
}
Was this page helpful?