---
title: "List Users"
method: GET
path: "/api/users"
tags: ["User"]
---

# List Users

`GET /api/users`

List all users in the database

## Response `200`

OK

- UsersResponse — Response schema for multiple users
  - `data` User[] — The users details
    - `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.index` removed and replaced with `SimpleWeb.UserController.index`
- **2017-04-29** `0238bcac02d7` — 1 info
  - api operation id `Simple.UserController.index` removed and replaced with `Simple.Web.UserController.index`
- **2017-02-26** `3d2f28418f31` — 1 info
  - api operation id `SimpleWeb.UserController.index` removed and replaced with `Simple.UserController.index`

[Change history](https://skmtc.dev/xerions/apis/simple-app/changes/api/users/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)
