---
title: "Get User"
method: GET
path: "/me/"
tags: ["User API"]
---

# Get User

`GET /me/`

Gets the current user

## Response `200`

Successfully retrieved current user

- UserWithTier — User with tier
  - `id` string, required
  - `auth_id` string, required
  - `email` string, required
  - `read_only` boolean
  - `language` string, nullable
  - `created_at` string, date-time, nullable
  - `tier` 'sandbox' | 'pro' | 'business' | 'enterprise'

---

[API](https://skmtc.dev/toolhouse/apis/toolhouse-api.md) · [All operations](https://skmtc.dev/toolhouse/apis/toolhouse-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/toolhouse/toolhouse-api/revisions/fe9370680567/schema)
