> ## Documentation Index
> Fetch the complete documentation index at: https://docs.r28.ai/charter/llms.txt
> Use this file to discover all available pages before exploring further.

# users_retrieve_me

> Get the bot this token authenticates as, including which workspace it is in. The cheapest way to check a credential works.

<div className="tool-route"><span className="tool-row-method" data-method="GET">GET</span><code>{"https://api.notion.com/v1/users/me"}</code></div>

```python notion_users_retrieve_me.py theme={null}
from charter.packs import notion

result = await notion.users_retrieve_me.ainvoke({})
```

<Note>
  Requires `Read user information`.
</Note>

This tool takes no arguments.
