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

# Get User Info

> **Description:** Retrieves the user info based on the specified user ID.

**Parameters:**
- `user_id`: User ID (Telegram ID)

**Header**
- `x-api-key`: Your API Key (Dashboard->Settings)

**Returns:**
- `FilteredUser`: The user info.

**Raises:**
- `HTTPException`: If an error occurs during the retrieval process.

