> 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/back-office-api/statistics-bo-api/undefined-5.md).

# 회원 통계

## 회원 통계 목록 조회

> \## 기능설명\
> \* 회원 통계 목록을 조회합니다.\
> \---\
> \## 상세설명\
> \* 회원 통계 목록을 조회합니다.\
> \* 회원 통계 목록 건수를 조회합니다.\
> \* calendarType 파라미터를 통해 일간, 월간 통계를 선택할 수 있습니다.\
> \---\
> \## 수정번호\
> \* \`\`\`Release v1.07\_231228\`\`\`: 휴면회원 통계 제거\
> \* \`\`\`Release v2.00\_240613\`\`\`: 기간 검색 조건 개선<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":{"MemberStatusRequest":{"type":"object","description":"회원 통계 Request","properties":{"calendarType":{"type":"string","description":"일간 or 월간"},"startDate":{"type":"string","format":"date","description":"시작일"},"endDate":{"type":"string","format":"date","description":"종료일"},"startMonth":{"type":"string","description":"시작월"},"endMonth":{"type":"string","description":"종료월"},"mbrMgrCd":{"type":"string","description":"회원구분"},"siteNo":{"type":"string","description":"사이트번호"}}},"RealGridListResponseMemberStatusResponse":{"type":"object","properties":{"totalCount":{"type":"integer","format":"int32"},"payloads":{"type":"array","items":{"$ref":"#/components/schemas/MemberStatusResponse"}}}},"MemberStatusResponse":{"type":"object","description":"회원 통계 Response","properties":{"siteNo":{"type":"string","description":"사이트번호"},"siteNm":{"type":"string","description":"사이트명"},"date":{"type":"string","description":"조회일자"},"wdraMember":{"type":"string","description":"탈퇴회원"},"genMember":{"type":"string","description":"일반회원"},"socialMember":{"type":"string","description":"소셜회원"},"enterpriseMember":{"type":"string","description":"사업자회원"},"male":{"type":"string","description":"남성"},"female":{"type":"string","description":"여성"},"unknownSex":{"type":"string","description":"성별 미입력"},"green":{"type":"string","description":"GREEN 등급"},"family":{"type":"string","description":"FAMILY 등급"},"gold":{"type":"string","description":"GOLD 등급"},"vip":{"type":"string","description":"VIP 등급"},"vvip":{"type":"string","description":"VVIP 등급"},"teens":{"type":"string","description":"10대"},"twenties":{"type":"string","description":"20대"},"thirties":{"type":"string","description":"30대"},"forties":{"type":"string","description":"40대"},"fifties":{"type":"string","description":"50대"},"upperSixties":{"type":"string","description":"60대 이상"},"unknownAge":{"type":"string","description":"나이 미입력"},"total":{"type":"string","description":"합계(가입회원)"},"comTotal":{"type":"string","description":"전일(월)대비증감"},"dtotal":{"type":"string"}}},"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":{"/v1/statistics/memberStatus/getMemberStatusList":{"get":{"tags":["회원 통계"],"summary":"회원 통계 목록 조회","description":"## 기능설명\n* 회원 통계 목록을 조회합니다.\n---\n## 상세설명\n* 회원 통계 목록을 조회합니다.\n* 회원 통계 목록 건수를 조회합니다.\n* calendarType 파라미터를 통해 일간, 월간 통계를 선택할 수 있습니다.\n---\n## 수정번호\n* ```Release v1.07_231228```: 휴면회원 통계 제거\n* ```Release v2.00_240613```: 기간 검색 조건 개선\n","operationId":"getMemberStatusList","parameters":[{"name":"request","in":"query","required":true,"schema":{"$ref":"#/components/schemas/MemberStatusRequest"}},{"name":"calendarType","in":"query","description":"일간 or 월간","required":true,"schema":{"type":"string"}},{"name":"startMonth","in":"query","description":"조회 시작월","schema":{"type":"String"}},{"name":"endMonth","in":"query","description":"조회 종료월","schema":{"type":"String"}},{"name":"startDate","in":"query","description":"조회 시작일","schema":{"type":"LocalDate"}},{"name":"endDate","in":"query","description":"조회 종료일","schema":{"type":"LocalDate"}},{"name":"mbrMgrCd","in":"query","description":"회원구분","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"성공","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RealGridListResponseMemberStatusResponse"}}}},"900":{"description":"업무처리 오류 내용","content":{"*/*":{"schema":{"$ref":"#/components/schemas/Response"}}}}}}}}}
````


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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/statistics-bo-api/undefined-5.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.
