---
title: "Retrieve User details"
method: GET
path: "/v1/users/{id}"
tags: ["Users API"]
---

# Retrieve User details

`GET /v1/users/{id}`

Use this endpoint to get detailed information about a specific user using their unique identifier.

## Path parameters

- `id` string, required

## Response `200`

Detailed information about a specific user.

- UserResponse — The identity details for a user, including basic info and groups.
  - `email` string — User’s email address.
  - `firstName` string — User’s first name.
  - `groups` string[] — List of groups the user belongs to.
  - `id` string — Unique identifier of the user.
  - `lastName` string — User’s last name.
  - `username` string — Unique username.

## Other responses

- `400`
- `404`
- `500`

---

[API](https://skmtc.net/lerian/apis/identity-plugin.md) · [All operations](https://skmtc.net/lerian/apis/identity-plugin/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/lerian/identity-plugin/versions/25daba385532/schema)
