> 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/deny-list-face-match.md).

# 拒否リスト顔一致

拒否リストは、Guest でチェックインした不要な訪問者にフラグを付けます。セキュリティ審査では、システムが訪問者の氏名と生年月日を確認します。Deny List Face Match が有効になっている場合、システムは訪問者の顔もリストと照合します。

***

## Deny List Face Match を有効にする

{% hint style="danger" %}
必要です **組織管理者** Deny List Face Match を管理するための権限。
{% endhint %}

{% stepper %}
{% step %}
**Verkada Command で、All Products > Workplace > Guest に移動します。**
{% endstep %}

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

{% step %}
**オーガナイゼーション'   > Deny List で、Enable Deny List Face Match をオンにします。**
{% endstep %}
{% endstepper %}

***

## Deny List 項目に写真をアップロードする

Deny List Face Match で使用するには、deny list 項目に有効な顔写真を含める必要があります。写真は、手動で追加するか、CSV ファイルからアップロードして項目に追加できます。

{% stepper %}
{% step %}
**Verkada Command で、All Products > Workplace > Guest に移動します。**
{% endstep %}

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

{% step %}
**オーガナイゼーション'   > 拒否リスト または サイト > 拒否リスト で、［拒否リストを管理］を選択します。**
{% endstep %}

{% step %}
**deny list 項目を選択し、** <i class="fa-pencil">:pencil:</i>**.**
{% endstep %}

{% step %}
**［写真を追加］を選択します。**

a. デバイスから写真をアップロードします。\
b. クリック **保存します。**
{% endstep %}
{% endstepper %}

{% hint style="warning" %}
CSV で deny list 項目をインポートする場合は、写真への公開アクセス可能な URL を **photo\_url** 列。
{% endhint %}

***

## 設定

{% stepper %}
{% step %}
**既存の** [**ゲストタイプ**](/guest/ja/she-ding/configure-guest-types.md) **または新しいものを作成します。**
{% endstep %}

{% step %}
**セキュリティ審査の手順を含め、Deny List のチェックボックスを選択します。**
{% endstep %}

{% step %}
**バッジ写真の手順を含めます。**
{% endstep %}

{% step %}
**変更を保存をクリックします。**
{% endstep %}
{% endstepper %}

***

## Deny List Face Match の結果を確認する

Deny List Face Match の結果は、訪問者が Deny List と照合する Guest Type でサインインし、その訪問者が deny list 上の人物に似ている場合に表示されます。ID と同様に [セキュリティ審査](/guest/ja/she-ding/guest-security-screening/review-security-screening-results.md)、スタッフは結果を確認して、承認または却下する必要があります。

<div align="left" data-with-frame="true"><img src="/files/c39f77dd7f18afbd4606a6e7223264efbf968d4d" alt=""></div>

Deny List Face Match の結果には、フラグ **Deny List - Face Match** 録画の左上にあります。


---

# 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/deny-list-face-match.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.
