---
title: "Get the current user"
method: GET
path: "/users/me"
tags: ["users"]
deprecated: true
---

# Get the current user

`GET /users/me`

> **Deprecated.**

**Deprecated.** This path is the pre-`/v2/` URL for `/v2/users/me` and is kept only so existing integrations keep working. It behaves identically, responds with a `Sunset` header, and stops being served on 2027-03-01. Move to `/v2/users/me`.

Get the current user

## Response `200`

Successful response

- object
  - `createdAt` string, required
  - `email` string, required
  - `emailVerified` boolean, nullable, required
  - `id` string, required
  - `isActive` boolean, nullable, required
  - `name` string, nullable, required
  - `picture` string, nullable, required
  - `provider` string, nullable, required
  - `publicKey` string, nullable, required
  - `onboardedAt` string, nullable, required
  - `onboardedFor` string, nullable, required
  - `referralCode` string, nullable, required
  - `completedPromos` string[], required
  - `hasPurchasedCredits` boolean, required
  - `role` 'user' | 'pro' | 'elite', required
  - `roles` string[], required
  - `reservedRentalLimit` integer

## Other responses

- `400` — Invalid input data
- `401` — Authorization not provided
- `403` — Insufficient access
- `404` — Not found
- `500` — Internal server error

## Changes

- **2026-09-03** `c5ba6c2504bb` — 2 info
  - api operation id `user-getCurrent` removed and replaced with `user-getCurrent-legacy`
  - endpoint deprecated

[Change history](https://skmtc.dev/hyperbolic/apis/castle-api/changes/users/me/get.md)

---

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