---
title: "Get My Identity"
method: GET
path: "/users/me/identity"
tags: ["users", "users"]
---

# Get My Identity

`GET /users/me/identity`

Return the authenticated user's Stytch id + email with no side effects.

Intended for the Scott CLI to attach identity to product-analytics events.
Deliberately does not upsert the profile or resolve the org the way
`GET /users/me` does — an analytics identity read should be cheap and
idempotent.

## Response `200`

Successful Response

- UserIdentityResponse — Lean identity for CLI/telemetry: Stytch user_id + email only. Unlike GET /users/me this does NO DB work — no profile upsert, no commit, no org lookup — so it is a cheap, side-effect-free "who am I" suited to the CLI's per-invocation analytics identity resolution.
  - `user_id` string, required
  - `email` string, nullable, required

---

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