# 사용자 정보

## 아이템 블록

카카오 API의 토큰발급 아이템 블록을 통해 발급 된 토큰은 카카오 API의 모든 API를 호출하는데 사용되는 토큰입니다. 토큰이 발급되었다면 이 토큰을 이용하여 사용자 정보를 조회할 수 있습니다.

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

## 설정 팝업

<figure><img src="/files/8MDbR6mwa39I0ga9sbFF" alt=""><figcaption></figcaption></figure>

## 설정 필드

### Access Token

사용자 인증 수단이며, 사용자 정보를 요청하고자 하는 사용자를 구분하는 키 입니다.

## 응답

응답 내용은 카카오 API 개발자 페이지 링크를 통해 확인 바랍니다.

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