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

# Get Me

`GET /api/auth/me`

Get current user information
Requires valid JWT token

## Response `200`

Successful Response

- AuthRoutesUserResponse
  - `id` string, required
  - `email` string, required
  - `name` string, required
  - `picture` string, nullable
  - `email_verified` boolean
  - `organization_id` string, nullable
  - `is_org_owner` boolean
  - `google_linked` boolean

---

[API](https://skmtc.net/qomplement/apis/fastapi.md) · [All operations](https://skmtc.net/qomplement/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/qomplement/fastapi/revisions/718de1c0d866/schema)
