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

---

[API](https://skmtc.net/deno/apis/jsr.md) · [All operations](https://skmtc.net/deno/apis/jsr/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/deno/jsr/versions/3d37ac9b68f7/schema)
