---
title: "날짜별 변동된 구성원 목록 조회 (Get user changes by date)"
method: GET
path: "/v2/users/changes/dates/{date}"
tags: ["구성원 변경사항 (user-changes)"]
---

# 날짜별 변동된 구성원 목록 조회 (Get user changes by date)

`GET /v2/users/changes/dates/{date}`

변동된 구성원 목록을 조회합니다.

## Path parameters

- `date` string, date, required

## Query parameters

- `pageKey` string
- `pageSize` integer

## Response `200`

OK

- UserChangeListResponse
  - `userChanges` UserChangeDto[], required — 변동된 구성원 목록
    - `type` 'CREATE' | 'UPDATE' | 'DELETE', required — 구성원 변동 유형
    - `employeeNumber` string, required — 변동된 구성원의 사원번호
  - `nextPageKey` string, required — 변동된 구성원들의 다음 목록 조회를 위한 키
  - `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)
