---
title: "Me Endpoint"
method: GET
path: "/auth/me"
tags: ["Auth"]
---

# Me Endpoint

`GET /auth/me`

## Headers

- `authorization` string, nullable

## Response `200`

Successful Response

- UserResponse
  - `id` string, uuid, required
  - `email` string, email, required
  - `is_admin` boolean, required
  - `is_email_verified` boolean, required
  - `registration_date` string, date-time, required
  - `organization` OrganizationResponse, required
    - `name` string, required
    - `billing_emails` string[], required
    - `paying_method` 'STRIPE' | 'WIRE'
    - `stripe_customer_id` string, nullable
    - `ff_patch_release_enabled` boolean
    - `ff_app_enabled` boolean
    - `id` string, uuid, required
    - `is_active` boolean, required
    - `is_banned` boolean, required
  - `profile` UserProfileResponse, required
    - `first_name` string, nullable
    - `last_name` string, nullable
    - `phone_number` string, nullable

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/nomi/apis/fastapi.md) · [All operations](https://skmtc.dev/nomi/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/nomi/fastapi/revisions/63a2f545499c/schema)
