> For the complete documentation index, see [llms.txt](https://docs.plura.io/ko/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.plura.io/ko/fn/comm/mgmt/member.md).

# 멤버

{% hint style="info" %}
PLURA 관리자 회원은 동료를 초대하여 협업할 수 있으며, 각 멤버에게 적절한 권한을 부여하여 효율적인 업무 분담이 가능합니다.

* **그룹 설정**: 각 멤버를 특정 그룹에 배정하여 모니터링 범위를 조정할 수 있습니다.
* **권한 설정**: 멤버의 업무 범위에 맞는 권한을 부여합니다.
* **환경 설정**: 멤버별 웹 UI 테마 및 검색 값 등을 개별 설정할 수 있습니다.
  {% endhint %}

### 1. 멤버 목록 관리 <a href="#id-1" id="id-1"></a>

* **멤버 관리**: 멤버 초대, 추가, 삭제, 권한 변경 등
* **최근 접속일 확인**
* **2차 인증 지정**
* **특정 그룹 지정**
* **관리자 권한 위임**

<figure><img src="/files/vBiWLYkkf4SqK45X3RNJ" alt="" width="563"><figcaption><p>[멤버 접속 화면]</p></figcaption></figure>

### 2. 멤버 추가 <a href="#id-2" id="id-2"></a>

협업 동료를 추가하여 로그 분석 업무를 함께 수행할 수 있습니다.&#x20;

환경(클라우드/온프레미스)에 따라 멤버 초대 방식이 다릅니다.

* **클라우드 환경**
  1. 멤버 추가 후 소속 그룹 지정
  2. 초대된 멤버에게 이메일 발송 → 멤버가 이메일을 통해 회원 가입 진행

<figure><img src="https://qubitsec.github.io/docs/images/Manual/common/manage/member/07.png" alt=""><figcaption></figcaption></figure>

* **온프레미스 환경**
  1. 멤버 계정 생성 후 소속 그룹 지정
  2. 계정 생성 후 바로 가입이 완료됩니다.

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

* 멤버를 추가할 때 소속 그룹을 지정하고, 필요 시 권한 변경 및 삭제가 가능합니다.

<figure><img src="https://qubitsec.github.io/docs/images/Manual/common/manage/member/09.png" alt=""><figcaption></figcaption></figure>

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

### 3. 멤버 설정 <a href="#id-3" id="id-3"></a>

* 각 멤버의 정보를 확인하고, 다음과 같은 권한 및 그룹을 설정할 수 있습니다:

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

* **권한 종류**
  * **관리자**: 시스템 및 멤버 관리(등록, 수정, 삭제, 초대, 권한 변경) 권한 보유
    * 단, 마지막 남은 관리자는 삭제할 수 없습니다.
  * **운영자**: 서비스 운영에 필요한 필터 등록/수정/삭제 및 방어 설정 가능
    * 시스템 및 멤버 관리 권한은 없습니다.
  * **모니터링**: 데이터 조회만 가능
    * 필터 등록/수정/삭제 등의 편집 기능은 제공되지 않습니다.

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

* **멤버별 그룹 지정**
  * 그룹을 **전체** 또는 **특정 그룹**으로 지정하여 멤버의 접근 범위를 설정할 수 있습니다.

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

* **로그인 제한 설정**
  * 관리자만 설정 가능하며, 차단된 사용자는 로그인이 제한됩니다.

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


---

# 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://docs.plura.io/ko/fn/comm/mgmt/member.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.
