---
title: "GET /v1/users"
method: GET
path: "/v1/users"
tags: ["MiniBlog"]
---

# GET /v1/users

`GET /v1/users`

ListUser 列出所有用户

## Query parameters

- `offset` string
- `limit` string

## Response `200`

OK

- V1ListUserResponse — ListUserResponse 表示用户列表响应
  - `totalCount` string — totalCount 表示总用户数
  - `users` V1User[] — users 表示用户列表
    - `userID` string — userID 表示用户 ID
    - `username` string — username 表示用户名称
    - `nickname` string — nickname 表示用户昵称
    - `email` string — email 表示用户电子邮箱
    - `phone` string — phone 表示用户手机号
    - `postCount` string — postCount 表示用户拥有的博客数量
    - `createdAt` string, date-time — createdAt 表示用户注册时间
    - `updatedAt` string, date-time — updatedAt 表示用户最后更新时间

---

[API](https://skmtc.net/onexstack/apis/miniblog-api.md) · [All operations](https://skmtc.net/onexstack/apis/miniblog-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/onexstack/miniblog-api/versions/260806329592/schema)
