> 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/residents.md).

# 입주민 목록

상단 메뉴 **입주민 목록** 메뉴에서 우리 아파트에 입주민으로 가입한 회원을 조회하고, 필요 시 입주민 권한을 해제합니다.

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

* **이사로 떠난 입주민 정리** — 이사 등으로 더 이상 거주하지 않는 입주민이 있을 때 권한을 해제합니다. (대부분의 경우 본인이 앱에서 직접 아파트 변경 또는 탈퇴하므로, 이 화면은 보조용입니다.)
* **부정확한 신고가 반복되는 입주민 대응** — 차주와의 사적인 다툼 등으로 부적절한 신고가 반복되는 경우, 본인에게 사전 안내 후 권한 해제를 검토합니다.
* **입주민 수 확인** — 우리 아파트에 단속고고를 사용하는 입주민 규모를 파악할 때.

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

## 역할 해제

특정 입주민 행의 **역할 해제** 버튼을 누르면 확인 다이얼로그가 뜨고, 확인 후 즉시 권한이 해제됩니다. 해제된 회원은 다음과 같이 처리됩니다.

* 더 이상 우리 아파트의 입주민으로 인식되지 않습니다.
* 신고 기능을 사용할 수 없게 되며, 차량 신고 카드는 비활성으로 표시됩니다.
* 본인이 다시 우리 아파트로 입주민 가입을 시도하면 절차에 따라 재가입할 수 있습니다.

## 운영 가이드

* 입주민은 이메일 외에 **개인정보를 단속고고에 등록하지 않습니다.** 닉네임과 이메일만으로 식별해야 하므로, 해제 시에는 본인에게 사전 안내를 권장합니다.
* 잘못된 신고가 반복되는 입주민이 있다면 운영 정책에 따라 안내 후 해제하세요.

## 관련 메뉴

* 운영 멤버(관리자/순찰자)는 [운영 멤버 관리](/dansokgogo/undefined-1/web/members.md)에서 별도로 관리합니다.
* 입주민 신고 기능 자체를 끄면 입주민 가입이 차단됩니다 → [설정 - 입주민 신고 기능](https://chord-on-code.gitbook.io/dansokgogo/undefined-1/web/pages/FpSocJiZL7UBiuzMwhOa#입주민-신고-기능)
* 입주민이 등록한 신고는 [주차질서 위반 신고 현황](/dansokgogo/undefined-1/web/violation-report.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/residents.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.
