---
title: "Get Current User"
method: GET
path: "/v1/users/me"
tags: ["Teams", "users"]
---

# Get Current User

`GET /v1/users/me`

Get the current authenticated user's information.

Returns the user information for the authenticated user based on JWT claims.

## Response `200`

Successful Response

- UserRead — Returned to clients when reading user info.
  - `id` string, uuid, required
  - `email` string, email, required
  - `is_active` boolean
  - `is_superuser` boolean
  - `is_verified` boolean
  - `given_name` string, nullable
  - `family_name` string, nullable
  - `external_user_id` string, nullable
  - `profile_image` string, uri, nullable
  - `password_change_required` boolean
  - `is_super_admin` boolean

---

[API](https://skmtc.net/vijilai/apis/vijil-console-api-combined.md) · [All operations](https://skmtc.net/vijilai/apis/vijil-console-api-combined/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/vijilai/vijil-console-api-combined/versions/a8b2ee2b2d06/schema)
