---
title: "用户搜索"
method: GET
path: "/api/user/search"
tags: ["user-api"]
---

# 用户搜索

`GET /api/user/search`

## Request body

- UserSearchReq
  - `keyWord` string

## Response `200`

A successful response.

- UserSearchReply
  - `KeyWord` UserInfoReply[]
    - `name` string
    - `age` integer
    - `birthday` string
    - `description` string
    - `tag` string[]

---

[API](https://skmtc.net/zeromicro/apis/untitled-api.md) · [All operations](https://skmtc.net/zeromicro/apis/untitled-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/zeromicro/untitled-api/revisions/0de9f51b198f/schema)
