> 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-guide/back-office/popup-bo/undefined.md).

# 공통 팝업(사용자/회원)

사용자와 회원을 간편하게 조회할 수 있는 공통 팝업 서비스를 제공합니다.

***

## 주요 기능

* **조회 팝업**
  * 사용자와 회원을 각각 조회 가능한 팝업을 제공합니다.
  * 필요한 정보를 빠르게 검색할 수 있습니다.
* **조회 결과 적용**
  * 조회한 정보를 팝업에서 '적용' 버튼을 클릭하여 호출부에서 쉽게 받을 수 있습니다.
  * 선택한 정보를 활용하여 효율적인 관리 작업을 수행합니다.

## 프로세스 정의

회원 및 사용자를 조회하여 데이터를 받을 수 있는 팝업이 제공됩니다.

<figure><img src="/files/hhqJs7J4G49Ols8yFaCf" alt=""><figcaption></figcaption></figure>

{% stepper %}
{% step %}

### 사용자 목록 조회

사용자 목록을 조회합니다.
{% endstep %}

{% step %}

### 회원 목록 조회(마스킹)

마스킹 처리된 회원 목록을 조회합니다.\
마스킹 목록: 회원명, 회원아이디, 이메일주소, 휴대폰번호, 전화번호
{% endstep %}

{% step %}

### 회원 목록 조회(적용 시 비마스킹)

팝업에서 회원을 선택해 적용 버튼 클릭 시 해당 회원의 마스킹 되지 않은 정보를 호출부에 내려줍니다.
{% endstep %}
{% endstepper %}

## API 기능 목록\_사용자 조회 팝업

<table><thead><tr><th width="125.666748046875">API</th><th width="252.7777099609375">설명</th><th width="93.5555419921875">Server</th><th width="99.111083984375">메소드</th><th>비고</th></tr></thead><tbody><tr><td>사용자 목록 조회</td><td>사용자 목록을 조회합니다.</td><td>BO</td><td>GET</td><td><a href="https://apibo.x2bee.com/content?bo=popup&#x26;depth=%EC%82%AC%EC%9A%A9%EC%9E%90%20%EC%A1%B0%ED%9A%8C%20%ED%8C%9D%EC%97%85&#x26;path=getUserList">🔗API 확인하기 ></a></td></tr><tr><td>사용자 목록 조회 2</td><td>사용자 목록을 페이징 처리 없이 조회합니다.<br>*화면에서는 사용하지 않고 타 서비스 혹은 API에 제공합니다.</td><td>BO</td><td>GET</td><td><a href="https://apibo.x2bee.com/content?bo=popup&#x26;depth=%EC%82%AC%EC%9A%A9%EC%9E%90%20%EC%A1%B0%ED%9A%8C%20%ED%8C%9D%EC%97%85&#x26;path=getUserListNoPage">🔗API 확인하기 ></a></td></tr><tr><td>사용자 목록 건수 조회</td><td>사용자 목록 건수를 조회합니다.</td><td>BO</td><td>GET</td><td><a href="https://apibo.x2bee.com/content?bo=popup&#x26;depth=%EC%82%AC%EC%9A%A9%EC%9E%90%20%EC%A1%B0%ED%9A%8C%20%ED%8C%9D%EC%97%85&#x26;path=getUserListCount">🔗API 확인하기 ></a></td></tr></tbody></table>

## API 기능 목록\_회원 조회 팝업

<table><thead><tr><th width="113.4444580078125">API</th><th width="284.6666259765625">설명</th><th width="95.7777099609375">Server</th><th width="94.666748046875">메소드</th><th>비고</th></tr></thead><tbody><tr><td>회원 목록 조회<br>(마스킹)</td><td>정책에 따라 마스킹된 회원 목록을 조회합니다.</td><td>BO</td><td>GET</td><td><a href="https://apibo.x2bee.com/content?bo=popup&#x26;depth=%ED%9A%8C%EC%9B%90%20%EC%A1%B0%ED%9A%8C%20%ED%8C%9D%EC%97%85&#x26;path=getMemberList">🔗API 확인하기 ></a></td></tr><tr><td>회원 목록 조회</td><td>마스킹 되지 않은 회원 목록을 조회합니다.</td><td>BO</td><td>GET</td><td><a href="https://apibo.x2bee.com/content?bo=popup&#x26;depth=%ED%9A%8C%EC%9B%90%20%EC%A1%B0%ED%9A%8C%20%ED%8C%9D%EC%97%85&#x26;path=getMemberListNoMasking">🔗API 확인하기 ></a></td></tr><tr><td>회원 목록 건수 조회</td><td>회원 목록 건수를 조회합니다.</td><td>BO</td><td>GET</td><td><a href="https://apibo.x2bee.com/content?bo=popup&#x26;depth=%ED%9A%8C%EC%9B%90%20%EC%A1%B0%ED%9A%8C%20%ED%8C%9D%EC%97%85&#x26;path=getMemberListCount">🔗API 확인하기 ></a></td></tr></tbody></table>


---

# 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, and the optional `goal` query parameter:

```
GET https://tech.x2bee.com/api-guide/back-office/popup-bo/undefined.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
