> 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/ja/she-ding/customize-guest-deny-lists.md).

# ゲスト拒否リストをカスタマイズ

拒否リストは、組織が望ましくない訪問者をセキュリティ審査で制限できるように設計されています [セキュリティ審査](/guest/ja/she-ding/guest-security-screening.md)。以内で [Verkada Guest](https://docs.verkada.com/docs/verkada-guest-overview.pdf)、管理者はサイトごとおよびオーガナイゼーション'   全体で個人のカスタム拒否リストを管理できます。\
​\
これは、次のような保護ケースに最適です：

* 接近禁止命令
* 複雑な親権・監護権の取り決め
* 不満を抱えた元従業員
* 不法侵入者

***

## 設定

カスタム拒否リストは、サイトレベルおよびオーガナイゼーション'   レベルで維持できます。

{% hint style="danger" %}

* 必要です **オーガナイゼーション' 管理者** オーガナイゼーション'   レベルの拒否リストを編集する権限。
* 必要です **Workplace サイト管理者** サイトレベルの拒否リストを編集する権限。
  {% endhint %}

{% stepper %}
{% step %}
**Verkada Command で、すべての製品 > Workplace > ゲスト に移動します。**
{% endstep %}

{% step %}
**左側のナビゲーションで、ゲスト設定をクリックします。**
{% endstep %}

{% step %}
**オーガナイゼーション'   > 拒否リスト、または サイト > 拒否リストで、\[拒否リストを管理] を選択します。**
{% 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/1fe386dc9746e4a4dd7e6f2140fb2d014a686d5f" alt=""></div>
{% endstep %}
{% endstepper %}

### 一括アップロード

CSV アップロードで拒否リスト全体を置き換えることができます。

{% stepper %}
{% step %}
**右上で、\[置換] を選択します。**
{% endstep %}

{% step %}
**適切な形式の CSV ファイルをアップロードします。**
{% endstep %}

{% step %}
**\[保存] を選択します。**

<div data-with-frame="true"><img src="/files/3aa5f9684401edee2803b7b0fa4505d3503ebfe1" 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/ja/she-ding/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.
