> 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/members-bo-api/customer-information-verification-reason.md).

# Customer Information Verification Reason

## Verify Customer Information Confirmation Reason

> \## Function Description\
> \* Verifies the reason for customer information confirmation, and registers a session for personal information retrieval if verification succeeds.\
> \---\
> \## Detailed Description\
> \* Verifies the entered password and the reason for viewing to confirm customer information.\
> \* If verification succeeds, registers a session so that the personal information retrieval process can be skipped.<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/member/memberInfoConfirmReason/validIndInfoParam":{"post":{"tags":["Customer Information Verification Reason"],"summary":"Verify Customer Information Confirmation Reason","description":"## Function Description\n* Verifies the reason for customer information confirmation, and registers a session for personal information retrieval if verification succeeds.\n---\n## Detailed Description\n* Verifies the entered password and the reason for viewing to confirm customer information.\n* If verification succeeds, registers a session so that the personal information retrieval process can be skipped.\n","operationId":"validIndInfoParam","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/StIndInfoLogRequest"}}},"required":true},"responses":{"200":{"description":"Success","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ResponseStIndInfoLog"}}}},"900":{"description":"Business processing error details","content":{"*/*":{"schema":{"$ref":"#/components/schemas/Response"}}}}}}}},"components":{"schemas":{"StIndInfoLogRequest":{"type":"object","properties":{"pwd":{"type":"string"},"rednCausCont":{"type":"string"}}},"ResponseStIndInfoLog":{"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":{"$ref":"#/components/schemas/StIndInfoLog","description":"payload"},"error":{"type":"boolean","description":"is error"},"errors":{"type":"array","description":"validation error list","items":{"$ref":"#/components/schemas/ValidationError"}}}},"StIndInfoLog":{"type":"object","properties":{"qryGbCd":{"type":"string"},"indInfoQryCaus":{"type":"string"},"userId":{"type":"string"},"rtTgtSeq":{"type":"string"},"workDtm":{"type":"string","format":"date-time"},"scrnId":{"type":"string"},"ipAddr":{"type":"string"},"indInfoDealYn":{"type":"string"},"indInfoQryCont":{"type":"string"},"qryCnt":{"type":"integer","format":"int32"}}},"ValidationError":{"type":"object","properties":{"field":{"type":"string","description":"field"},"message":{"type":"string","description":"field message"}}},"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"}}}}}}}
```
