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

# List users

`GET /users`

List users

## Query parameters

- `start` integer
- `limit` integer
- `sort_field` string
- `sort_dir` string

## Response `200`

Successfully

- Users
  - `items` User[]
    - `id` integer
    - `name` string
    - `password` string
    - `enabled` boolean
    - `email` string
    - `superadmin` boolean
  - `total` integer

---

[API](https://skmtc.net/kraken-ci/apis/server-api.md) · [All operations](https://skmtc.net/kraken-ci/apis/server-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/kraken-ci/server-api/revisions/1f2ae877f985/schema)
