GET
notion_users_retrieve.py
Requires
Read user information.Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Get one user by ID.
from charter.packs import notion
result = await notion.users_retrieve.ainvoke({"userId": ...})
Read user information.| Field | Type | Description |
|---|---|---|
userId * | string | The ID of the user to retrieve. |
Was this page helpful?