---
title: "List all users"
method: GET
path: "/user"
tags: ["user"]
---

# List all users

`GET /user`

## Query parameters

- `limit` integer
- `offset` integer

## Response `200`

A paged array of users

- User[]
  - `id` string, userId, required
  - `first_name` string, required
  - `second_name` string, required
  - `email` string, email, required
  - `password` string
  - `permission` string[], required

## Changes

> 16 revisions in range; 1 not diffed.

- **2019-10-10** `f16566c7c7ef` — 1 info
  - the response property `items/permission` became required for the status `200`
- **2019-10-10** `3cfedab7cf0b` — 1 info
  - added the optional property `items/permission` to the response with the `200` status

[Change history](https://skmtc.dev/watchdogpolska/apis/small-eod/changes/user/get.md)

---

[API](https://skmtc.dev/watchdogpolska/apis/small-eod.md) · [All operations](https://skmtc.dev/watchdogpolska/apis/small-eod/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/watchdogpolska/small-eod/revisions/1c5ac40bf412/schema)
