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

## Changes

- **2017-08-10** `4677b1b2a108` — 1 info
  - api operation id `Simple.Web.UserController.show` removed and replaced with `SimpleWeb.UserController.show`
- **2017-04-29** `0238bcac02d7` — 1 info
  - api operation id `Simple.UserController.show` removed and replaced with `Simple.Web.UserController.show`
- **2017-02-26** `3d2f28418f31` — 1 info
  - api operation id `SimpleWeb.UserController.show` removed and replaced with `Simple.UserController.show`

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

---

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