> 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/api-en/back-office-api-reference/popup-bo-api/member-lookup-popup.md).

# Member Lookup Popup

## Retrieve Member List (Masked)

> \## Function Description\
> \* Retrieves the member list according to the conditions selected in the member search popup.\
> \---\
> \## Detailed Description\
> \* Member information is masked.\
> &#x20;  \* Masked List\
> &#x20;     \* Member Name\
> &#x20;     \* Member ID\
> &#x20;     \* Email Address\
> &#x20;     \* Mobile Phone No.\
> &#x20;     \* Phone No.\
> \---\
> \## Revision History\
> \* \`\`\`Release v2.00\_240627\`\`\`: Modified due to the addition of the KakaoTalk service type (ME025)<br>

````json
{"openapi":"3.1.0","info":{"title":"X2BEE BO API","version":"v1"},"servers":[{"url":"https://api-bo.x2bee.com/api/bo/","description":"prd"}],"security":[{"accessToken":[]}],"paths":{"/v2/popup/memberSearch/getMemberList":{"get":{"tags":["Member Lookup Popup"],"summary":"Retrieve Member List (Masked)","description":"## Function Description\n* Retrieves the member list according to the conditions selected in the member search popup.\n---\n## Detailed Description\n* Member information is masked.\n   * Masked List\n      * Member Name\n      * Member ID\n      * Email Address\n      * Mobile Phone No.\n      * Phone No.\n---\n## Revision History\n* ```Release v2.00_240627```: Modified due to the addition of the KakaoTalk service type (ME025)\n","operationId":"getMemberList","parameters":[{"name":"memberListPopupApiRequest","in":"query","required":true,"schema":{"$ref":"#/components/schemas/MemberListPopupApiRequest"}},{"name":"condxMbrOpt","in":"query","description":"Search Type (Member Name/Member ID/Member No.)","schema":{"type":"string"}},{"name":"condxMbrValue","in":"query","description":"Search Type Value","schema":{"type":"string"}},{"name":"condxEmpGbNm","in":"query","description":"Employee Status","schema":{"type":"string"}},{"name":"condxComGbNm","in":"query","description":"Company Type Name","schema":{"type":"string"}},{"name":"condxCellSctNo","in":"query","description":"Mobile Phone Number First Digits","schema":{"type":"string"}},{"name":"cellTxnoNo","in":"query","description":"Mobile Phone Number Middle Digits","schema":{"type":"string"}},{"name":"cellEndNo","in":"query","description":"Mobile Phone Number Last Digits","schema":{"type":"string"}},{"name":"emailAddr","in":"query","description":"Email Address","schema":{"type":"string"}},{"name":"mbrStatCd","in":"query","description":"Member Status Code (ME003)","schema":{"type":"string"}}],"responses":{"200":{"description":"Success","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RealGridListResponseMemberListPopupApiResponse"}}}},"900":{"description":"Business processing error details","content":{"*/*":{"schema":{"$ref":"#/components/schemas/Response"}}}}}}}},"components":{"schemas":{"MemberListPopupApiRequest":{"type":"object","description":"Member Search Popup Request DTO","properties":{"siteNo":{"type":"string","description":"Site No."},"argSelectType":{"type":"string","description":"Selection Type (1: Single, N: Multiple)","minLength":1},"argMbrStatCd":{"type":"string","description":"Member Status Value"},"loginId":{"type":"string","description":"Member ID"},"mbrNm":{"type":"string","description":"Member Name"},"mbrGradeCd":{"type":"string","description":"Member Grade Code (ME008)"},"emailAddr":{"type":"string","description":"Email Address"},"condxMbrOpt":{"type":"string","description":"Search Type (Member Name/Member ID/Member No.)"},"condxMbrValue":{"type":"string","description":"Search Type Value"},"condxEmpGbNm":{"type":"string","description":"Employee Status"},"condxComGbNm":{"type":"string","description":"Company Type Name"},"condxCellSctNo":{"type":"string","description":"Mobile Phone Number First Digits"},"cellTxnoNo":{"type":"string","description":"Mobile Phone Number Middle Digits"},"cellEndNo":{"type":"string","description":"Mobile Phone Number Last Digits"},"evtNo":{"type":"string","description":"Event No."},"mbrNos":{"type":"array","description":"Member No. List","items":{"type":"string"}},"condxRecvAgr":{"type":"string","description":"Service Agreement Type Code (ME025)"},"condxRecvAgrYn":{"type":"string","description":"Service Reception Agreement Status"}},"required":["argSelectType"]},"RealGridListResponseMemberListPopupApiResponse":{"type":"object","properties":{"totalCount":{"type":"integer","format":"int32"},"payloads":{"type":"array","items":{"$ref":"#/components/schemas/MemberListPopupApiResponse"}}}},"MemberListPopupApiResponse":{"type":"object","description":"Member Search Popup (Masked) Response DTO","properties":{"mbrNo":{"type":"string","description":"Member No."},"mbrNm":{"type":"string","description":"Member Name"},"loginId":{"type":"string","description":"Member ID"},"mbrGbCd":{"type":"string","description":"Member Classification Code (ME001)"},"socialNm":{"type":"string","description":"Social Member Classification"},"mbrMgrCd":{"type":"string","description":"Member Management Code (ME002)"},"mbrStatCd":{"type":"string","description":"Member Status Code (ME003)"},"mbrGradeCd":{"type":"string","description":"Member Grade Code (ME008)"},"emailAddr":{"type":"string","description":"Email Address"},"mbrGbNm":{"type":"string","description":"Member Type Code (ME001) Name"},"mbrMgrNm":{"type":"string","description":"Member Management Code (ME002) Name"},"mbrStatNm":{"type":"string","description":"Member Status Code (ME003) Name"},"mbrGradeNm":{"type":"string","description":"Member Grade Code (ME008) Name"},"stafYn":{"type":"string","description":"Employee Status"},"comGbNm":{"type":"string","description":"Company Type Name"},"instMbrYn":{"type":"string","description":"Interested Customer Status"},"instMbrGb":{"type":"string","description":"Interested Customer Type"},"ordLmtYn":{"type":"string","description":"Purchase Restriction Status"},"instOrdYn":{"type":"string","description":"Interested Customer / Purchase Restriction Status"},"cellNo":{"type":"string","description":"Mobile Phone Number"},"telNo":{"type":"string","description":"Phone Number"},"siteNo":{"type":"string","description":"Site No."},"siteNm":{"type":"string","description":"Site Name"},"smsRecvAgrYn":{"type":"string","description":"SMS Reception Consent Status"},"emailRecvAgrYn":{"type":"string","description":"Email Reception Consent Status"},"appPushAgrYn":{"type":"string","description":"App Push Consent Status"},"kakaoRecvAgrYn":{"type":"string","description":"KakaoTalk Reception Consent Status"}}},"Response":{"type":"object","properties":{"timestamp":{"type":"string","format":"date-time","description":"result time"},"code":{"type":"string","description":"result code"},"message":{"type":"string","description":"result message"},"isProcess":{"type":"boolean","description":"process check"},"payload":{"description":"payload"},"error":{"type":"boolean","description":"is error"},"errors":{"type":"array","description":"validation error list","items":{"$ref":"#/components/schemas/ValidationError"}}}},"ValidationError":{"type":"object","properties":{"field":{"type":"string","description":"field"},"message":{"type":"string","description":"field message"}}}}}}
````

## Member List Retrieval

> \## Function Description\
> \* Retrieves the member list according to the conditions selected in the member search popup.\
> \---\
> \## Detailed Description\
> \* Retrieves the member list information selected in the popup screen.\
> \---\
> \## Revision History\
> \* \`\`\`Release v2.00\_240627\`\`\`: Modified due to the addition of the KakaoTalk service type (ME025)<br>

````json
{"openapi":"3.1.0","info":{"title":"X2BEE BO API","version":"v1"},"servers":[{"url":"https://api-bo.x2bee.com/api/bo/","description":"prd"}],"security":[{"accessToken":[]}],"paths":{"/v2/popup/memberSearch/getMemberListNoMasking":{"get":{"tags":["Member Lookup Popup"],"summary":"Member List Retrieval","description":"## Function Description\n* Retrieves the member list according to the conditions selected in the member search popup.\n---\n## Detailed Description\n* Retrieves the member list information selected in the popup screen.\n---\n## Revision History\n* ```Release v2.00_240627```: Modified due to the addition of the KakaoTalk service type (ME025)\n","operationId":"getMemberListNoMasking","parameters":[{"name":"memberListPopupApiRequest","in":"query","required":true,"schema":{"$ref":"#/components/schemas/MemberListPopupApiRequest"}},{"name":"mbrNos","in":"query","description":"Search Type (Member Name/Member ID/Member No.)","schema":{"type":"array"}}],"responses":{"200":{"description":"Success","content":{"*/*":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/MemberListPopupApiNoMaskingResponse"}}}}},"900":{"description":"Business processing error details","content":{"*/*":{"schema":{"$ref":"#/components/schemas/Response"}}}}}}}},"components":{"schemas":{"MemberListPopupApiRequest":{"type":"object","description":"Member Search Popup Request DTO","properties":{"siteNo":{"type":"string","description":"Site No."},"argSelectType":{"type":"string","description":"Selection Type (1: Single, N: Multiple)","minLength":1},"argMbrStatCd":{"type":"string","description":"Member Status Value"},"loginId":{"type":"string","description":"Member ID"},"mbrNm":{"type":"string","description":"Member Name"},"mbrGradeCd":{"type":"string","description":"Member Grade Code (ME008)"},"emailAddr":{"type":"string","description":"Email Address"},"condxMbrOpt":{"type":"string","description":"Search Type (Member Name/Member ID/Member No.)"},"condxMbrValue":{"type":"string","description":"Search Type Value"},"condxEmpGbNm":{"type":"string","description":"Employee Status"},"condxComGbNm":{"type":"string","description":"Company Type Name"},"condxCellSctNo":{"type":"string","description":"Mobile Phone Number First Digits"},"cellTxnoNo":{"type":"string","description":"Mobile Phone Number Middle Digits"},"cellEndNo":{"type":"string","description":"Mobile Phone Number Last Digits"},"evtNo":{"type":"string","description":"Event No."},"mbrNos":{"type":"array","description":"Member No. List","items":{"type":"string"}},"condxRecvAgr":{"type":"string","description":"Service Agreement Type Code (ME025)"},"condxRecvAgrYn":{"type":"string","description":"Service Reception Agreement Status"}},"required":["argSelectType"]},"MemberListPopupApiNoMaskingResponse":{"type":"object","description":"Member Search Popup (Unmasked) Response DTO","properties":{"mbrNo":{"type":"string","description":"Member No."},"loginId":{"type":"string","description":"Login ID"},"mbrNm":{"type":"string","description":"Member Name"},"mbrGbCd":{"type":"string","description":"Member Classification Code (ME001)"},"socialNm":{"type":"string","description":"Social Member Classification"},"mbrMgrCd":{"type":"string","description":"Member Management Code (ME002)"},"mbrStatNm":{"type":"string","description":"Member Status Code (ME003) Name"},"mbrStatCd":{"type":"string","description":"Member Status Code (ME003)"},"mbrGradeCd":{"type":"string","description":"Member Grade Code (ME008)"},"mbrGradeNm":{"type":"string","description":"Member Grade Code (ME008) Name"},"stafYn":{"type":"string","description":"Employee Status"},"emailAddr":{"type":"string","description":"Email Address"},"telNo":{"type":"string","description":"Phone Number"},"cellNo":{"type":"string","description":"Mobile Phone Number"},"instMbrYn":{"type":"string","description":"Interested Customer Status"},"instMbrGb":{"type":"string","description":"Interested Customer Type"},"ordLmtYn":{"type":"string","description":"Purchase Restriction Status"},"instOrdYn":{"type":"string","description":"Interested Customer / Purchase Restriction Status"},"smsRecvAgrYn":{"type":"string","description":"SMS Reception Consent Status"},"emailRecvAgrYn":{"type":"string","description":"Email Reception Consent Status"},"appPushAgrYn":{"type":"string","description":"App Push Consent Status"},"kakaoRecvAgrYn":{"type":"string","description":"KakaoTalk Reception Consent Status"},"siteNo":{"type":"string","description":"Site No."},"siteNm":{"type":"string","description":"Site Name"}}},"Response":{"type":"object","properties":{"timestamp":{"type":"string","format":"date-time","description":"result time"},"code":{"type":"string","description":"result code"},"message":{"type":"string","description":"result message"},"isProcess":{"type":"boolean","description":"process check"},"payload":{"description":"payload"},"error":{"type":"boolean","description":"is error"},"errors":{"type":"array","description":"validation error list","items":{"$ref":"#/components/schemas/ValidationError"}}}},"ValidationError":{"type":"object","properties":{"field":{"type":"string","description":"field"},"message":{"type":"string","description":"field message"}}}}}}
````
