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

# list user

`GET /open/users`

## Response `200`

OK

- object
  - `data` UserGetUserListRes
    - `data` UserUser[]
      - `id` integer
      - `last_login` integer
      - `lock_until` integer
      - `password_enabled` boolean
      - `pwd_updated_at` integer
      - `role` 0 | 1 | 2 | 3 | 4 | 5
      - `tfa_binded` boolean
      - `tfa_enabled` boolean
      - `username` string
  - `err` string
  - `msg` string

## Changes

- **2026-04-01** `de6007edcff9` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/chaitin/apis/mgt-api/changes/open/users/get.md)

---

[API](https://skmtc.dev/chaitin/apis/mgt-api.md) · [All operations](https://skmtc.dev/chaitin/apis/mgt-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/chaitin/mgt-api/revisions/de6007edcff9/schema)
