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

# Get users

`GET /users`

## Response `200`

successful operation

- User[]
  - `id` integer
  - `name` string
  - `avatar` string
  - `email` string
  - `title` string
  - `department` string
  - `role` string
  - `status` string

## Other responses

- `400` — Invalid status value

---

[API](https://skmtc.dev/dwarvesf/apis/swagger-users.md) · [All operations](https://skmtc.dev/dwarvesf/apis/swagger-users/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/dwarvesf/swagger-users/revisions/9ccdd5a1b99f/schema)
