GET
notion_users_retrieve_me.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 the bot this token authenticates as, including which workspace it is in. The cheapest way to check a credential works.
from charter.packs import notion
result = await notion.users_retrieve_me.ainvoke({})
Read user information.Was this page helpful?