> ## 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_get_authenticated

> Get the authenticated user. Use this to resolve 'me' to a login before filtering issues or pull requests by author or assignee.

<div className="tool-route"><span className="tool-row-method" data-method="GET">GET</span><code>{"https://api.github.com/user"}</code></div>

```python github_users_get_authenticated.py theme={null}
from charter.packs import github

result = await github.users_get_authenticated.ainvoke({})
```

<Note>
  Requires `repo`, `read:user`.
</Note>

This tool takes no arguments.
