---
title: "Show User"
method: GET
path: "/api/users/{id}"
tags: ["User"]
---

# Show User

`GET /api/users/{id}`

Show a user by ID

## Path parameters

- `id` integer, required

## Response `200`

OK

- UserResponse — Response schema for single user
  - `data` User — A user of the app
    - `email` string, email, required — Email address
    - `id` integer — User ID
    - `inserted_at` string, datetime — Creation timestamp
    - `name` string, required — User name
    - `updated_at` string, datetime — Update timestamp

---

[API](https://skmtc.net/xerions/apis/simple-app.md) · [All operations](https://skmtc.net/xerions/apis/simple-app/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/xerions/simple-app/versions/fe3d878a074d/schema)
