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

# GET /v1/users

`GET /v1/users`

## Query parameters

- `page` integer
- `pageSize` integer
- `email` string
- `keyword` string
- `status` integer

## Response `200`

OK

- GoddessApiV1ListUserReply
  - `items` GoddessApiV1UserItem[]
    - `uid` string
    - `email` string
    - `phone` string
    - `status` integer
    - `createdAt` string
    - `updatedAt` string
    - `name` string
    - `nickname` string
    - `avatar` string
    - `remark` string
  - `total` string
  - `page` integer
  - `pageSize` integer

## Changes

- **2026-03-02** `1426b00d9122` — 1 warning, 2 info
  - removed the optional property `items/items/username` from the response with the `200` status
  - added the optional property `items/items/name` to the response with the `200` status
  - added the optional property `items/items/phone` to the response with the `200` status
- **2026-02-27** `9f425f6d2358` — 2 warning, 1 info
  - removed the optional property `items/items/name` from the response with the `200` status
  - removed the optional property `items/items/phone` from the response with the `200` status
  - added the optional property `items/items/username` to the response with the `200` status

[Change history](https://skmtc.dev/aide-family/apis/untitled-api-2/changes/v1/users/get.md)

---

[API](https://skmtc.dev/aide-family/apis/untitled-api-2.md) · [All operations](https://skmtc.dev/aide-family/apis/untitled-api-2/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/aide-family/untitled-api-2/revisions/d97780a0ed10/schema)
