---
title: "필드 지정 사용자 검색 / UUID 조회"
method: GET
path: "/admin/users"
tags: ["Admin User Search"]
---

# 필드 지정 사용자 검색 / UUID 조회

`GET /admin/users`

memberUuid 또는 searchKey(NAME, EMAIL, PHONE_NUMBER)+searchValue 중 하나를 사용

## Query parameters

- `memberUuid` string
- `searchKey` 'NAME' | 'EMAIL' | 'PHONE_NUMBER'
- `searchValue` string
- `pageable` Pageable, required
  - `page` integer
  - `size` integer
  - `sort` string[]

## Response `200`

OK

---

[API](https://skmtc.dev/capora/apis/openapi-definition.md) · [All operations](https://skmtc.dev/capora/apis/openapi-definition/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/capora/openapi-definition/revisions/42e54cb2362a/schema)
