# 회원 공통

회원 업무 및 타 모듈에서 사용하기 위한 회원 정보 조회 및 수정 기능을 제공합니다. 이 API는 회원 관련 업무에서 필요한 핵심 기능들을 통합하여 제공하여, 각 모듈이 중복 개발 없이 효율적으로 회원 데이터를 활용할 수 있도록 합니다.

***

## API 기능 목록

<table><thead><tr><th width="144.5555419921875">API</th><th width="287.7777099609375">설명</th><th width="100.22216796875">Server</th><th width="90.2222900390625">메소드</th><th>비고</th></tr></thead><tbody><tr><td>APP PUSH 동의여부 수정</td><td>고객의 모바일 전용 APP PUSH 동의 여부를 변경합니다.</td><td>Member</td><td>PUT</td><td><a href="http://api.x2bee.com/content?msa=member&#x26;depth=%ED%9A%8C%EC%9B%90%EA%B3%B5%ED%86%B5&#x26;path=getMemberPushAgrYn">🔗API 확인하기></a></td></tr><tr><td>APP PUSH 동의여부 조회</td><td>고객의 모바일 전용 APP PUSH 동의 여부를 조회합니다.</td><td>Member</td><td>POST</td><td><a href="https://api.x2bee.com/content?msa=member&#x26;depth=%ED%9A%8C%EC%9B%90%EA%B3%B5%ED%86%B5&#x26;path=getMemberPushAgrYn">🔗API 확인하기></a></td></tr><tr><td>APP 기기정보 정보 저장</td><td>APP으로 부터 전송된 기기정보 정보를 받아 저장한다.</td><td>Member</td><td>PUT</td><td><a href="http://api.x2bee.com/content?msa=member&#x26;depth=%ED%9A%8C%EC%9B%90%EA%B3%B5%ED%86%B5&#x26;path=memberPushInfo">🔗API 확인하기></a></td></tr><tr><td>회원 주문일자 수정</td><td>고객이 상품 주문 시 최초 주문일자와 최종 주문일자를 회원 기본 정보 데이터에 기록합니다. 최초 주문 정보는 1회만 기록되며, 최종 주문일자는 고객의 주문 데이터가 생성될 때마다 갱신 됩니다.</td><td>Member</td><td>PUT</td><td><a href="http://api.x2bee.com/content?msa=member&#x26;depth=%ED%9A%8C%EC%9B%90%EA%B3%B5%ED%86%B5&#x26;path=modifyMbrOrdDtlInfo">🔗API 확인하기></a></td></tr><tr><td>비밀번호 확인</td><td>개인정보가 존재하는 페이지에 접속 하기 전, 현재 패스워드 검증을 통해 본인을 인증합니다.</td><td>Member</td><td>POST</td><td><a href="http://api.x2bee.com/content?msa=member&#x26;depth=%ED%9A%8C%EC%9B%90%EA%B3%B5%ED%86%B5&#x26;path=checkCurrentPassword">🔗API 확인하기></a></td></tr><tr><td>상품별 좋아요 여부 조회</td><td>상품번호에 대한 좋아요 여부를 조회합니다.</td><td>Member</td><td>POST</td><td><a href="http://api.x2bee.com/content?msa=member&#x26;depth=%ED%9A%8C%EC%9B%90%EA%B3%B5%ED%86%B5&#x26;path=wishlistProducts">🔗API 확인하기></a></td></tr><tr><td>회원 정보 조회(모바일전용)</td><td>모바일에서 앱에서 활용할 로그인한 계정의 회원정보를 조회합니다.</td><td>Member</td><td>GET</td><td><a href="http://api.x2bee.com/content?msa=member&#x26;depth=%ED%9A%8C%EC%9B%90%EA%B3%B5%ED%86%B5&#x26;path=getMemberInfoApp">🔗API 확인하기></a></td></tr><tr><td>회원 정보 목록 조회</td><td>개인정보가 마스킹 되지 않은 다건의 상세 회원 정보 목록을 조회합니다.</td><td>Member</td><td>GET</td><td><a href="http://api.x2bee.com/content?msa=member&#x26;depth=%ED%9A%8C%EC%9B%90%EA%B3%B5%ED%86%B5&#x26;path=getMemberInfoList">🔗API 확인하기></a></td></tr><tr><td>선물수신자 회원번호 조회</td><td>선물하기 서비스를 이용하기 위해 회원 번호를 조회합니다.</td><td>Member</td><td>GET</td><td><a href="http://api.x2bee.com/content?msa=member&#x26;depth=%ED%9A%8C%EC%9B%90%EA%B3%B5%ED%86%B5&#x26;path=getMbrNoListByCellNo">🔗API 확인하기></a></td></tr><tr><td>비회원 정보 조회</td><td>비회원 정보를 조회합니다. 비회원은 회원번호 "999999999"로 관리됩니다.</td><td>Member</td><td>GET</td><td><a href="http://api.x2bee.com/content?msa=member&#x26;depth=%ED%9A%8C%EC%9B%90%EA%B3%B5%ED%86%B5&#x26;path=getMemberInfo">🔗API 확인하기></a></td></tr><tr><td>회원 정보 조회(미마스킹)</td><td>마스킹 되지 않은 회원의 정보를 조회합니다.</td><td>Member</td><td>GET</td><td><a href="http://api.x2bee.com/content?msa=member&#x26;depth=%ED%9A%8C%EC%9B%90%EA%B3%B5%ED%86%B5&#x26;path=getMemberInfo_1">🔗API 확인하기></a></td></tr><tr><td>회원 정보 조회(마스킹)</td><td>마스킹된 않은 회원의 정보를 조회합니다.</td><td>Member</td><td>GET</td><td><a href="http://api.x2bee.com/content?msa=member&#x26;depth=%ED%9A%8C%EC%9B%90%EA%B3%B5%ED%86%B5&#x26;path=getLoginInfo">🔗API 확인하기></a></td></tr><tr><td>회원 필수 정보 조회</td><td>로그인한 회원의 정보를 조회합니다.</td><td>Member</td><td>GET</td><td><a href="http://api.x2bee.com/content?msa=member&#x26;depth=%ED%9A%8C%EC%9B%90%EA%B3%B5%ED%86%B5&#x26;path=getUserDetail">🔗API 확인하기></a></td></tr></tbody></table>


---

# 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://tech.x2bee.com/api-guide/store-front/member/undefined.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.
