> ## 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 User by ID

Retrieve a user's information by their user ID.

* **Method:** GET
* **Path:** `/api/v1/users/{user_id}`

## Path Parameter

* `user_id` (integer, required): The ID of the user

## Response

Returns a `UserWithRoles` object.

<OpenAPIPlayground endpoint="/api/v1/users/{user_id}" method="GET" />
