---
title: "Get Me"
method: GET
path: "/v1/auth/me"
tags: ["auth"]
---

# Get Me

`GET /v1/auth/me`

NextAuth signin callback — resolves identity for this email.

Decision tree documented at the top of this module.

## Query parameters

- `email` string, required
- `name` string, nullable

## Response `200`

Successful Response

- MeResponse — Response shape for /v1/auth/me — the NextAuth signin callback. Includes the org+user identifiers plus the issued web-session api key. `membership_status` drives the frontend's pending redirect behavior; `pending` means the user signed in successfully but is awaiting approval (domain auto-join) and should land on /awaiting-approval rather than the dashboard.
  - `org_id` string, required
  - `org_name` string, required
  - `api_key` string, required
  - `user_id` string, nullable
  - `membership_status` string
  - `role` string
  - `is_admin` boolean

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/roxels/apis/interviewer.md) · [All operations](https://skmtc.dev/roxels/apis/interviewer/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/roxels/interviewer/revisions/4ef48ed226e1/schema)
