> 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).

# 拒否リストの顔照合

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

***

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

{% hint style="danger" %}
必要です **オーガナイゼーション管理者** Deny List Face Match を管理するための権限。
{% endhint %}

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

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

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

***

## Deny List のエントリに写真をアップロードする

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

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

{% step %}
**左側のナビゲーションで、ゲスト設定をクリックします。**
{% 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.
