---
title: "List User API"
method: GET
path: "/users"
tags: ["User Page API"]
---

# List User API

`GET /users`

List User API

## Query parameters

- `pageable` Pageable, required
  - `page` integer
  - `size` integer
  - `sort` string[]
- `searchType1` string
- `searchType2` string
- `searchType3` string
- `searchStartDate` string
- `searchEndDate` string
- `searchType` string
- `searchText` string
- `searchText2` string
- `searchCompany` string
- `searchTargetId` string
- `searchDisplayYn` string
- `searchLangType` string
- `searchDeviceType` string
- `searchBoardType` string
- `searchOrder` string
- `offsetStartNumber` integer

## Response `200`

OK

- ChamomileResponseUserPageResponse
  - `code` integer
  - `message` string
  - `data` UserPageResponse
    - `page` PaginationInfo
      - `page` integer
      - `totalElements` integer
      - `totalPages` integer
      - `size` integer
    - `list` UserDTOResponse[]
      - `idx` integer
      - `userId` string
      - `userNm` string
      - `email` string
      - `phone` string
      - `deptNm` string
      - `rankNm` string
      - `expireDt` string, date-time
      - `tempPwYn` string
      - `useYn` string
      - `lockYn` string
      - `loginDt` string, date-time
      - `regDt` string, date-time
      - `pwErrorCnt` integer
      - `pwUpdDt` string, date-time
      - `myRoles` integer[]
      - `status` string

## Other responses

- `500` — Internal Server Error

---

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