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

# GET /v1/users

`GET /v1/users`

ListUser

## Query parameters

- `limit` string
- `offset` string

## Response `200`

OK

- UsercenterV1ListUserResponse
  - `totalCount` string
  - `Users` UsercenterV1UserReply[]
    - `userID` string
    - `username` string
    - `nickname` string
    - `password` string
    - `email` string
    - `phone` string
    - `secrets` string
    - `createdAt` string, date-time
    - `updatedAt` string, date-time

## Changes

- **2024-04-03** `ae599f31f558` — 1 warning, 4 info
  - removed the optional property `users` from the response with the `200` status
  - api operation id `MiniBlog_ListUser` removed and replaced with `UserCenter_ListUser`
  - api tag `UserCenter` added
  - api tag `MiniBlog` removed
  - …1 more

[Change history](https://skmtc.dev/onexstack/apis/miniblog-api/changes/v1/users/get.md)

---

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