---
title: "Get User By Id"
method: GET
path: "/v1/users/{user_id}"
tags: ["Teams", "users"]
---

# Get User By Id

`GET /v1/users/{user_id}`

Get a user by ID.

## Path parameters

- `user_id` string, uuid, required

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

## Other responses

- `422` — Validation Error

---

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