> For the complete documentation index, see [llms.txt](https://tech.x2bee.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://tech.x2bee.com/api-guide/api-guides-en/store-front/member/dormant-member-management.md).

# Dormant Member Management

A separate storage system is operated to securely manage the order information and personal information of members requesting dormant status and withdrawn members. For members requesting dormant status, order-related data undergoes special storage handling and is masked to ensure secure protection. Additionally, for restored dormant members, this storage and masking treatment is released as needed to allow normal use of services.

The same procedure applies to withdrawn members, and by restoring the customer-service-related personal information of restored dormant members, various services can be used smoothly.

Dormant members are effectively processed through periodically executed batch jobs, and during this process, separate storage is applied to the relevant tables covering everything from the member's basic information to delivery addresses, refund accounts, and identity verification information. This ensures that member data is managed systematically with security and safety in mind.

The tables subject to separate storage are as follows.

* `ET_MBR_BASE` (Member Basic Information)
* `ET_MBR_DTL_INFO` (Member Detail Information)
* `ET_MBR_DLVP_INFO` (Member Delivery Address Information)
* `ET__MBR_RFD_ACTN_INFO` (Member Refund Account Information)
* `ET_MBR_MY_CERTI_INFO` (Member Identity Verification Information)
* `EVT_TRGMN_INFO` (Event Target Information)

***

### API Function List

<table><thead><tr><th width="129">API</th><th width="357.3333740234375">Description</th><th width="96.8887939453125">Server</th><th width="89.111083984375">Method</th><th>Remarks</th></tr></thead><tbody><tr><td>Member Information Separate Storage Processing</td><td>Provides the feature to move a member eligible for dormant status to the separate storage DB.</td><td>Member</td><td>POST</td><td><a href="http://api.x2bee.com/content?msa=member&#x26;depth=%EB%B6%84%EB%A6%AC%EB%B3%B4%EA%B4%80&#x26;path=separateMember">🔗View API ></a></td></tr><tr><td>Order Separate Storage Processing</td><td>Places the order information of a member requesting dormant status into separate storage and applies masking.<br>If order information exists for the requested member number, the order basic, order delivery address, order payment, refund information, and other gift delivery information are saved to the separate storage tables, and columns related to personal information are masked.</td><td>Order</td><td>POST</td><td><a href="http://api.x2bee.com/content?msa=order&#x26;depth=%EB%B6%84%EB%A6%AC%EB%B3%B4%EA%B4%80&#x26;path=separateStoreMemberOrderInfo">🔗View API ></a></td></tr><tr><td>Order Separate Storage Restoration Processing</td><td>Deletes the separate storage data for the order information of a restored dormant member, and releases the masking. If order information exists in the separate storage tables for the requested member number, the separate storage table data for order basic, order delivery address, order payment, refund information, and other gift delivery information is deleted, and masking on the original tables is released.</td><td>Order</td><td>POST</td><td><a href="http://api.x2bee.com/content?msa=order&#x26;depth=%EB%B6%84%EB%A6%AC%EB%B3%B4%EA%B4%80&#x26;path=restoreMemberOrderInfo">🔗View API ></a></td></tr><tr><td>Customer Service Separate Storage Processing</td><td>Places the personal information of withdrawn/dormant members into separate storage and applies masking.<br>For the requested member number, customer inquiry information, customer inquiry processing information, and customer compensation receipt information are saved to the separate storage tables, and columns related to personal information are masked.</td><td>Order</td><td>POST</td><td><a href="http://api.x2bee.com/content?msa=order&#x26;depth=%EB%B6%84%EB%A6%AC%EB%B3%B4%EA%B4%80&#x26;path=withdrawalAndDormantMember">🔗View API ></a></td></tr><tr><td>Customer Service Separate Storage Restoration Processing</td><td>Deletes the separate storage data for the customer service personal information of a restored dormant member, and releases the masking.<br>For the requested member number, the separate storage table data for customer inquiry information, customer inquiry processing information, and customer compensation receipt information is deleted, and masking on the original tables is released.</td><td>Order</td><td>POST</td><td><a href="http://api.x2bee.com/content?msa=order&#x26;depth=%EB%B6%84%EB%A6%AC%EB%B3%B4%EA%B4%80&#x26;path=restoreMember">🔗View API ></a></td></tr><tr><td>Get Partner Information</td><td>Retrieves a list of partner information corresponding to an array of partner numbers.</td><td>Goods</td><td>POST</td><td><a href="http://api.x2bee.com/content?msa=goods&#x26;depth=%EC%83%81%ED%92%88%EA%B3%B5%EA%B8%89%ED%98%91%EB%A0%A5%EC%82%AC&#x26;path=getEntrList">🔗View API ></a></td></tr><tr><td>Event Member Separate Storage Restoration Processing</td><td>Provides the feature to move a member eligible for dormant status to the separate storage DB.</td><td>Event</td><td>POST</td><td><a href="http://api.x2bee.com/content?msa=event&#x26;depth=%EB%B6%84%EB%A6%AC%EB%B3%B4%EA%B4%80&#x26;path=undoSeparate">🔗View API ></a></td></tr><tr><td>Event Member Separate Storage Processing</td><td>Provides the feature to move a member eligible for dormant status to the separate storage DB.</td><td>Event</td><td>POST</td><td><a href="http://api.x2bee.com/content?msa=event&#x26;depth=%EB%B6%84%EB%A6%AC%EB%B3%B4%EA%B4%80&#x26;path=doSeparate">🔗View API ></a></td></tr></tbody></table>
