---
title: "사번으로 구성원 코스트센터 조회 (Get user cost-centers by employee numbers)"
method: GET
path: "/v2/users/cost-centers"
tags: ["구성원 코스트센터 (user-cost-centers)"]
---

# 사번으로 구성원 코스트센터 조회 (Get user cost-centers by employee numbers)

`GET /v2/users/cost-centers`

사원번호로 구성원들의 코스트센터 정보를 조회합니다

## Query parameters

- `employeeNumbers` string[], required

## Response `200`

OK

- UserCostCenterListResponse
  - `userCostCenters` UserCostCenterResponse[], required — 구성원 코스트센터 목록
    - `employeeNumber` string, required — 사원번호
    - `costCenterCode` string, nullable — 코스트센터 코드

---

[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)
