---
title: "分页获取用户列表接口"
method: GET
path: "/api/v1/admin/list"
tags: ["System系统管理"]
---

# 分页获取用户列表接口

`GET /api/v1/admin/list`

分页获取用户列表接口

## Query parameters

- `pageNum` integer
- `pageSize` integer
- `username` string
- `status` string
- `beginTime` string
- `endTime` string

## Response `200`

OK

- ResultResult
  - `code` integer — 状态码
  - `data` unknown
  - `message` string — 提示信息

---

[API](https://skmtc.net/opsre/apis/devops.md) · [All operations](https://skmtc.net/opsre/apis/devops/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/opsre/devops/versions/25cac8835c4c/schema)
