# 고객정보 확인 사유

## 고객정보 확인 사유 검증

> \## 기능설명\
> \* 고객정보 확인 사유를 검증하고, 검증에 성공하면 개인정보 조회용 세션을 등록합니다.\
> \---\
> \## 상세설명\
> \* 고객정보 확인을 위해 입력받은 비밀번호와 열람사유를 검증합니다.\
> \* 검증에 성공한 경우, 개인정보 조회 관련 프로세스를 생략할 수 있도록 세션을 등록합니다.<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":[]}],"components":{"securitySchemes":{"accessToken":{"type":"http","name":"accessToken","scheme":"bearer","bearerFormat":"JWT"}},"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"}}}}}},"paths":{"/v2/member/memberInfoConfirmReason/validIndInfoParam":{"post":{"tags":["고객정보 확인 사유"],"summary":"고객정보 확인 사유 검증","description":"## 기능설명\n* 고객정보 확인 사유를 검증하고, 검증에 성공하면 개인정보 조회용 세션을 등록합니다.\n---\n## 상세설명\n* 고객정보 확인을 위해 입력받은 비밀번호와 열람사유를 검증합니다.\n* 검증에 성공한 경우, 개인정보 조회 관련 프로세스를 생략할 수 있도록 세션을 등록합니다.\n","operationId":"validIndInfoParam","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/StIndInfoLogRequest"}}},"required":true},"responses":{"200":{"description":"성공","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ResponseStIndInfoLog"}}}},"900":{"description":"업무처리 오류 내용","content":{"*/*":{"schema":{"$ref":"#/components/schemas/Response"}}}}}}}}}
```


---

# 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/back-office-api/members-bo-api/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.
