# 회원(Member)

쇼핑몰의 회원과 관련된 다양한 기능을 활용하기 위한 회원(Member) API는 개발자들에게 회원 관리와 관련된 엔드포인트를 제공합니다. 이 문서는 회원 API의 전반적인 내용을 설명하며, 개발자들이 API를 효과적으로 사용할 수 있도록 안내합니다.

***

### API 구성 <a href="#api" id="api"></a>

* [회원 공통](/api-guide/store-front/member/undefined.md)
* [회원 가입](/api-guide/store-front/member/undefined-1.md)
* [본인인증](/api-guide/store-front/member/undefined-2.md)
* [회원 탈퇴](/api-guide/store-front/member/undefined-3.md)
* [로그인](/api-guide/store-front/member/undefined-4.md)
* [아이디 및 비밀번호 찾기](/api-guide/store-front/member/undefined-5.md)
* [회원관리](/api-guide/store-front/member/undefined-6.md)
* [알림함](/api-guide/store-front/member/undefined-7.md)
* [위시리스트](/api-guide/store-front/member/undefined-8.md)
* [마이페이지](/api-guide/store-front/member/undefined-9.md)
* [마일리지](/api-guide/store-front/member/undefined-10.md)
* [회원 배송지](/api-guide/store-front/member/undefined-11.md)
* [임직원 할인한도](/api-guide/store-front/member/undefined-12.md)
* [휴면 회원 관리](/api-guide/store-front/member/undefined-13.md)
* [회원 모듈 제공 API](/api-guide/store-front/member/api.md)


---

# 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.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.
