# 여러 사용자 정보

## 아이템 블록

App Admin Key 를 통하여 앱에 연결되어 있는 모든 카카오 사용자 목록을 조회하는 아이템 블록입니다.

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

## 설정 팝업

<figure><img src="/files/4RM1kai1bdgYrHHaETCh" alt=""><figcaption></figcaption></figure>

## 설정 필드

### App Admin Key

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

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

### 조회 ID 목록

조회할 회원번호 목록을 배열 형태로 제공합니다. 최대 100명의 사용자 정보 요청 가능하며  <mark style="color:blue;">**응답 항목의 키 목록**</mark> 필드 를 제공하여 정보를 요청하는자경우, 최대 20명의 사용자 정보 요청이 가능합니다.

### 응답 항목의 키 목록

필수항목은 아닙니다. 정보를 요청할 때 원하는 항목을 지정하여 요청할 수 있습니다. 키 목록은 카카오 API 문서를 참조해주세요.

<https://developers.kakao.com/docs/latest/ko/kakaologin/common#user-info-kakao-account>

## 응답

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

<https://developers.kakao.com/docs/latest/ko/kakaologin/rest-api#user-info-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/batch-user-info.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.
