> For the complete documentation index, see [llms.txt](https://help.verkada.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.verkada.com/guest/ko/configuration/customize-guest-deny-lists.md).

# 게스트 거부 목록 맞춤 설정

거부 목록은 조직이 원치 않는 방문자를 제한하도록 돕기 위해 설계되었습니다 [보안 심사](/guest/ko/configuration/guest-security-screening.md). 다음에서 [Verkada Guest](https://docs.verkada.com/docs/verkada-guest-overview.pdf), 관리자는 사이트별 및 조직 전체에 걸쳐 개인에 대한 맞춤 거부 목록을 관리할 수 있습니다.\
​\
이 기능은 다음과 같은 보호 사례에 이상적입니다:

* 접근 금지 명령
* 복잡한 양육권 조정
* 불만을 품은 전직 직원
* 무단 침입자

***

## 구성

맞춤 거부 목록은 사이트 수준과 조직 수준에서 유지할 수 있습니다.

{% hint style="danger" %}

* 다음이 필요합니다 **Org Admin** 조직 수준 거부 목록을 편집할 수 있는 권한.
* 다음이 필요합니다 **Workplace 사이트 관리자** 사이트 수준 거부 목록을 편집할 수 있는 권한.
  {% endhint %}

{% stepper %}
{% step %}
**Verkada Command에서 All Products > Workplace > Guest로 이동합니다.**
{% endstep %}

{% step %}
**왼쪽 탐색에서 Guest Settings를 클릭합니다.**
{% endstep %}

{% step %}
**Organization > Deny List 또는 Sites > Deny List에서 거부 목록 관리(Manage deny list)를 선택합니다.**
{% endstep %}
{% endstepper %}

### 수동 입력

기존 거부 목록에 개인을 추가하기 위해 수동 항목을 만들 수 있습니다.

{% stepper %}
{% step %}
**오른쪽 상단에서 추가를 선택합니다.**
{% endstep %}

{% step %}
**업로드 옵션을 선택합니다:**

a. **개인 추가:**

1. 이름과 성을 입력합니다.
2. (선택 사항) 생년월일을 입력합니다.
3. (선택 사항) 메모를 입력합니다.
4. (선택 사항) 사진을 추가합니다.
5. 클릭 **저장합니다.**

g. **CSV로 추가:**

1. 올바르게 형식이 지정된 CSV 파일을 선택합니다.
2. 클릭 **저장합니다.**

<div data-with-frame="true"><img src="/files/1dc0f4582d93964d25b1a07d5464164d782b7f1a" alt=""></div>
{% endstep %}
{% endstepper %}

### 일괄 업로드

CSV 업로드로 전체 거부 목록을 교체할 수 있습니다.

{% stepper %}
{% step %}
**오른쪽 상단에서 교체를 선택합니다.**
{% endstep %}

{% step %}
**올바르게 형식이 지정된 CSV 파일을 업로드합니다.**
{% endstep %}

{% step %}
**저장을 선택합니다.**

<div data-with-frame="true"><img src="/files/a9eae52c7d8d1870db03b849bfe26e3082a17a27" alt=""></div>
{% endstep %}
{% endstepper %}

***

## 거부 목록 CSV 형식

| 필수           | 설명                                                                           |
| ------------ | ---------------------------------------------------------------------------- |
| `first_name` | 거부하려는 게스트의 이름입니다. 가능하면 중간 이름을 **first\_name** 필드에 "John Michael" 형식으로 입력합니다. |
| `last_name`  | 거부하려는 게스트의 성입니다.                                                             |

| 선택 사항            | 설명                                                                               |
| ---------------- | -------------------------------------------------------------------------------- |
| `생년월일(YYYYMMDD)` | 게스트의 생년월일입니다. 이 필드는 더 구체적인 일치 검색을 가능하게 합니다.                                      |
| `notes`          | 의심 인물이 거부 목록의 항목과 일치하면 추가 메모를 접수 담당자와 공유할 수 있습니다.                                |
| `photo_url`      | 다음 중 하나의 형식으로 지정된 얼굴 사진 링크를 추가합니다 **.jpeg, .png 또는 .jpg**. URL은 HTTPS를 사용해야 합니다. |


---

# 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://help.verkada.com/guest/ko/configuration/customize-guest-deny-lists.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.
