---
title: "사번 목록 조회 (Get user employee numbers)"
method: GET
path: "/v2/users/employee-numbers"
tags: ["구성원 (users)"]
---

# 사번 목록 조회 (Get user employee numbers)

`GET /v2/users/employee-numbers`

사원번호 목록을 조회합니다

## Query parameters

- `nextPageKey` string
- `pageSize` integer

## Response `200`

OK

- UserEmployeeNumberListResponse
  - `employeeNumbers` string[], required — 검색된 사원번호 목록
  - `nextPageKey` string, nullable — 다음 목록을 검색하기 위한 키
  - `hasNext` boolean, required — 다음 목록의 존재 유무

---

[API](https://skmtc.dev/flex/apis/flex-open-api.md) · [All operations](https://skmtc.dev/flex/apis/flex-open-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/flex/flex-open-api/revisions/1fcc64732f19/schema)
