# Api:Users

**Page:** api/api-users

[Download Raw Markdown](./api/api-users.md)

---

## API Endpoints Summary

- **GET** `/api/v1/users/{id}` — Get user by ID
- **PUT** `/api/v1/users/{id}` — Update user profile
- **PATCH** `/api/v1/users/{id}` — Update user profile
- **POST** `/api/v1/users/me/retry-setup` — Retry free-tier account setup

## CLI

```bash
# CLI mapping will be generated from the SDK CLI sources in a later step.
# Example (placeholder):
# hoody-cli <command> --help
```