> For the complete documentation index, see [llms.txt](https://chord-on-code.gitbook.io/dansokgogo/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://chord-on-code.gitbook.io/dansokgogo/undefined-1/web/members.md).

# 운영 멤버 관리

상단 메뉴 **운영 멤버 관리** 메뉴에서 아파트의 운영 멤버(관리자·순찰자) 목록을 조회하고, 새 멤버를 추가하거나 권한을 회수합니다.

## 이런 상황에 사용하세요

* **신규 순찰 인력 합류** — 새로 채용한 경비/순찰 인력을 그 자리에서 즉시 등록하고 싶을 때. 옆에 두고 **순찰자 추가 → QR로 추가**를 띄운 뒤 본인 휴대폰으로 스캔하게 하면 1분 안에 끝납니다.
* **관리자 교체·인수인계** — 새 관리자가 부임할 때 기존 관리자가 신규 담당자를 **이메일로 추가**한 뒤, 본인의 역할을 해제하면 자연스럽게 인수인계가 됩니다.
* **퇴사·휴직 멤버 정리** — 더 이상 단속고고를 사용하지 않을 인력의 권한을 회수해 계정 보안을 유지합니다.

<figure><img src="/files/4lod2tcY8nIySrbxGqbl" alt=""><figcaption></figcaption></figure>

## 운영 멤버 추가

상단 두 버튼으로 새 멤버를 추가할 수 있습니다.

### 관리자 추가 (이메일 검색)

1. **관리자 추가** 버튼을 누르면 다이얼로그가 열립니다.
2. 추가할 회원의 **이메일 전체**를 입력하고 **검색**을 누릅니다(부분/닉네임 검색 미지원).
3. 검색 결과에서 대상 회원이 확인되면 **관리자로 추가** 버튼을 눌러 등록합니다.

<figure><img src="/files/AVnPrmAxuwrCtGryy4hG" alt="" width="375"><figcaption></figcaption></figure>

### 순찰자 추가 (이메일 / QR 두 가지 경로)

순찰자 추가 모달에는 두 개의 탭이 있습니다.

<table><thead><tr><th width="172.51953125">탭</th><th>설명</th></tr></thead><tbody><tr><td><strong>이메일로 추가</strong></td><td>관리자 추가와 동일한 방식.<br>대상자의 이메일 전체로 검색해 순찰자로 등록.</td></tr><tr><td><strong>QR로 추가</strong></td><td>모달 내부에 1분마다 자동 갱신되는 초대 QR이 표시됩니다.<br>순찰자 대상자가 본인 앱(설정 → "QR 스캔으로 순찰자 가입하기")으로 스캔하면 즉시 순찰자로 등록되고 모달이 성공 화면으로 전환됩니다.</td></tr></tbody></table>

> 💡 이메일을 모르는 신규 순찰자는 **QR로 추가**가 가장 빠릅니다. 모바일 앱의 "QR로 순찰자 추가" 메뉴를 사용해도 동일한 방식으로 발급할 수 있습니다.

<div><figure><img src="/files/yndsGIQien4sVzNRDc5K" alt="" width="375"><figcaption></figcaption></figure> <figure><img src="/files/6Rrt6YoFkiGIkJlVnHmW" alt="" width="188"><figcaption></figcaption></figure></div>

#### QR 보안

* QR은 **1분마다 자동 갱신**됩니다(시간이 지나면 만료된 QR로 인식됨).
* 한 번 사용된 QR은 **재사용할 수 없습니다.**

## 멤버 목록

<table><thead><tr><th width="144.52734375">컬럼</th><th>설명</th></tr></thead><tbody><tr><td><strong>닉네임</strong></td><td>멤버의 표시 이름</td></tr><tr><td><strong>이메일</strong></td><td>가입 이메일</td></tr><tr><td><strong>역할</strong></td><td>관리자 / 순찰자</td></tr><tr><td><strong>관리</strong></td><td>각 멤버 행에 <strong>역할 해제</strong> 버튼이 노출됩니다.</td></tr></tbody></table>

## 역할 해제

특정 멤버의 권한을 회수하려면 행의 **역할 해제** 버튼을 클릭합니다. 회수 후 해당 멤버는 더 이상 관리자/순찰자 기능을 사용할 수 없습니다.

> ⚠️ 관리자가 1명일 때 관리자의 권한을 회수는 불가능하며, 다른 관리자를 등록한 이후에 가능합니다.

## 관련 메뉴

* 입주민 목록 조회·해제는 [입주민 목록](/dansokgogo/undefined-1/web/residents.md)에서 별도로 관리합니다.
* 입주민 차량 정보는 [차량 번호 관리](/dansokgogo/undefined-1/web/car-numbers.md)에서 관리합니다.


---

# 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://chord-on-code.gitbook.io/dansokgogo/undefined-1/web/members.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.
