---
title: "Get the caller's user profile and subscription info"
method: GET
path: "/compat/v2/users/getMe"
tags: ["users"]
---

# Get the caller's user profile and subscription info

`GET /compat/v2/users/getMe`

## Response `200`

Successful response

- object
  - `id` string, uuid, required
  - `name` string, required
  - `handle` string, nullable, required
  - `enableProfile` boolean, required
  - `profileImages` object[], required
    - `order` integer, required
    - `imageId` string, uuid, required
    - `image` object, required
      - `id` string, uuid, required
      - `location` string, required
  - `email` string, required
  - `createdAt` string, required
  - `updatedAt` string, required
  - `subscriptions` object[], required
    - `expires` string, nullable, required
    - `capabilities` string[], required

## Other responses

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

---

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