---
title: "Get user details"
method: GET
path: "/users/{id}"
---

# Get user details

`GET /users/{id}`

Returns details of a user

## Path parameters

- `id` string, uuid, required — The ID of a user.

## Response `200`

OK

- User — Public user information.
  - `id` string, uuid, required — The ID of a user.
  - `name` string, required — The user's display name.
  - `avatarUrl` string, required — The URL to the user's avatar.
  - `githubId` integer, nullable — The user's GitHub ID.
  - `createdAt` string, date-time, required — The date and time when the user profile was created.
  - `updatedAt` string, date-time, required — The date and time when the user profile was last updated.

## Other responses

- `404` — User not found

## Changes

- **2026-02-06** `0c4e8d8a5c2a` — 1 breaking, 6 warning
  - the response property `githubId` became nullable for the status `200`
  - removed the optional property `email` from the response with the `200` status
  - removed the optional property `inviteCount` from the response with the `200` status
  - removed the optional property `isBlocked` from the response with the `200` status
  - …3 more
- **2024-02-28** `f8d3b912d946` — 6 info
  - added the optional property `email` to the response with the `200` status
  - added the optional property `inviteCount` to the response with the `200` status
  - added the optional property `isBlocked` to the response with the `200` status
  - added the optional property `isStaff` to the response with the `200` status
  - …2 more

[Change history](https://skmtc.dev/jsr-io/apis/jsr-api/changes/users/:id/get.md)

---

[API](https://skmtc.dev/jsr-io/apis/jsr-api.md) · [All operations](https://skmtc.dev/jsr-io/apis/jsr-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/jsr-io/jsr-api/revisions/abb153728b13/schema)
