---
title: "Get user"
method: GET
path: "/users/me"
tags: ["Users"]
---

# Get user

`GET /users/me`

Retrieves the currently authenticated user's profile information

## Response `200`

Successful response

- object
  - `id` string, required
  - `email` string, required
  - `name` string, nullable, required
  - `image` string, nullable, required
  - `stripeCustomerId` string, nullable, required
  - `hasPassword` boolean, required
  - `hasMagicLinkAccount` boolean, required
  - `apiKey` object, nullable, required
    - `id` number, required
    - `prefix` string, nullable, required

## Other responses

- `401` — Authorization not provided
- `403` — Insufficient access
- `500` — Internal server error

---

[API](https://skmtc.net/kan/apis/kan-api.md) · [All operations](https://skmtc.net/kan/apis/kan-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/kan/kan-api/versions/3235f0c88e7a/schema)
