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

# Get Current User Info

`GET /v1/auth/users/me`

Get the currently authenticated user's information.

Args:
    current_user: Current authenticated user (from JWT claims)

Returns:
    Current user information

## 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)
