# 사용자 목록

## 아이템 블록

사용자 목록을 가져오는 권한은 앱의 관리자만이 가능한 권한입니다. 따라서 해당 아이템 블록을 사용하기 위해서는 별도의 서비스를 운영하고 있어야 하며, API Drag 서비스는 Gateway 서비스로만 활용하실 수 있습니다.

<figure><img src="/files/LjDi6yJjvtIlHjGqHM85" alt=""><figcaption></figcaption></figure>

## 설정 팝업

<figure><img src="/files/dUaQBOVFsBT3nfpBFlyp" alt=""><figcaption></figcaption></figure>

## 설정 필드

### App Admin Key

내 애플리케이션 > 앱 설정 > 요약정보 경로에서 아래와 같은 내용을 확인 하실 수 있습니다. 이 중 Admin 키 값을 입력하시면 됩니다.

<figure><img src="/files/fZ3juk2b74YgwT3wWKxi" alt=""><figcaption></figcaption></figure>

### 페이지당 조회수

한번 조회를 요청할 때 최대 조회할 사용자 ID 목록의 갯수 입니다.

### 페이지 시작 회원번호

전체 목록의 수가 페이지당 조회수를 초과할 때, 페이지를 나누어 조회해야 합니다. 이 경우 다음 페이지를 조회하는 기준이 되는 회원번호 입니다. 사용자 목록은 from\_id과 그보다 큰 회원 번호를 가진 사용자가 포함됩니다.

### 정렬방식

오름차순과 내림차순의 옵션이 있습니다. 설정팝업에서 선택하시면 됩니다.

## 응답

자세한 응답의 내용은 아래 링크를 통해 카카오 API 문서를 확인해주세요.

<https://developers.kakao.com/docs/latest/ko/kakaologin/rest-api#user-list-response>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.apidrag.com/kakao-api/references/kakao-login/user-list.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
