# 사용자 정보 저장하기

## 아이템 블록

카카오에 등록되어 있는 사용자 속성정보를 수정합니다.&#x20;

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

## 설정 팝업

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

## 설정 필드

### Access Token

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

### 사용자 속성

{key : value}형식의 사용자 프로퍼티 키, 값 목록을 등록/수정합니다.

사용자 속성값은 내 애플리케이션 > 제품 설정 > 카카오 로그인 > 사용자 프로퍼티 에서 사용할 사용자 속성을 미리 등록 해 주어야 합니다. 아래는 사용자 속성 등록 예시입니다.

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

## 응답

요청에 대한 응답은 아래 링크를 통하여 자세한 내용을 확인해 주세요.

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