> ## Documentation Index
> Fetch the complete documentation index at: https://hexelstudio.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Get Current User

Retrieve the currently authenticated user's information.

* **Method:** GET
* **Path:** `/api/v1/users/me`

## Response

Returns a `UserWithRoles` object.

<OpenAPIPlayground endpoint="/api/v1/users/me" method="GET" />
