---
title: "ListUsers"
method: GET
path: "/api/v1/user/list"
tags: ["user"]
---

# ListUsers

`GET /api/v1/user/list`

ListUsers

## Response `200`

OK

- object
  - `code` integer
  - `data` V1UserListResp
    - `users` V1UserListItemResp[]
      - `account` string
      - `created_at` string
      - `id` string
      - `last_access` string
      - `role` 'admin' | 'user'
  - `message` string
  - `success` boolean

---

[API](https://skmtc.net/chaitin/apis/panda-wiki-api.md) · [All operations](https://skmtc.net/chaitin/apis/panda-wiki-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/chaitin/panda-wiki-api/versions/20a6fc57042a/schema)
