# 대시보드   회원

## 회원현황 조회

> \## 기능설명\
> \* 회원 현황 정보를 조회합니다.\
> \---\
> \## 상세설명\
> \* 조회 당일의 신규가입회원, 탈퇴회원, 정상회원의 수를 조회합니다.\
> \* 신규가입회원, 탈퇴회원, 정상회원의 전일 대비 증감율을 제공합니다.\
> \---\
> \## 수정번호\
> \* \`\`\`Release v1.07\_231228\`\`\`: 휴면회원, 휴면해제회원 수, 증감율 제거\
> \* \`\`\`Release v2.00\_240827\`\`\` : 조회 기간 Request 추가<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":{"MemberDashBoardRequest":{"type":"object","properties":{"statusPeriod":{"type":"integer","format":"int32","description":"조회기간구분"},"siteNo":{"type":"string","description":"사이트번호"}},"required":["statusPeriod"]},"MemberDashBoardResponse":{"type":"object","description":"대시보드 회원현황 응답 DTO","properties":{"newJoinMemCnt":{"type":"integer","format":"int64","description":"신규회원건수"},"joinMemCalRate":{"type":"number","format":"double","description":"신규회원 증감율"},"newStpRstMemCnt":{"type":"integer","format":"int64","description":"휴면해제회원건수"},"stpRstMemCalRate":{"type":"number","format":"double","description":"휴면해제회원 증감율"},"newStpMemCnt":{"type":"integer","format":"int64","description":"휴면회원건수"},"stpMemCalRate":{"type":"number","format":"double","description":"휴면회원 증감율"},"newWdraMemCnt":{"type":"integer","format":"int64","description":"탈퇴회원건수"},"wdraMemCalRate":{"type":"number","format":"double","description":"탈퇴회원 증감율"},"newNorMemCnt":{"type":"integer","format":"int64","description":"정상회원건수"},"norMemCalRate":{"type":"number","format":"double","description":"정상회원 증감율"}}},"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"}}}}},"paths":{"/v2/dashboard/member/membership-status":{"get":{"tags":["대시보드 - 회원"],"summary":"회원현황 조회","description":"## 기능설명\n* 회원 현황 정보를 조회합니다.\n---\n## 상세설명\n* 조회 당일의 신규가입회원, 탈퇴회원, 정상회원의 수를 조회합니다.\n* 신규가입회원, 탈퇴회원, 정상회원의 전일 대비 증감율을 제공합니다.\n---\n## 수정번호\n* ```Release v1.07_231228```: 휴면회원, 휴면해제회원 수, 증감율 제거\n* ```Release v2.00_240827``` : 조회 기간 Request 추가\n","operationId":"getMemberStatus_1","parameters":[{"name":"memberDashBoardRequest","in":"query","required":true,"schema":{"$ref":"#/components/schemas/MemberDashBoardRequest"}}],"responses":{"200":{"description":"성공","content":{"*/*":{"schema":{"$ref":"#/components/schemas/MemberDashBoardResponse"}}}},"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/system-bo-api/undefined-32.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.
