> 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/access-control/ja/yzto/multi-factor-authentication-mfa-codes.md).

# MFA コード

MFA（多要素認証）コードは、セカンダリ認証方式としてキーパッドリーダーでのみ使用される数値の認証情報です。これらのコードは、ドアがある **カード＋コード入力** スケジュールでのみ有効化できます。

ユーザーにMFAコードが設定されており、あるドアへのアクセスを試みる場合、 **カード＋コード入力** スケジュールでは、まずバッジをスキャンし、その後MFAコードを入力し、続けて **#** 送信するには（例： **1234#**).

{% hint style="danger" %}
必要なのは [Access User Admin、Access User Manager、または Access Credential Manager の権限](/access-control/ja/hajimeni/roles-and-permissions-for-access-control.md) を使用してユーザーのMFAコードを管理します。
{% endhint %}

***

### 始める前に

MFAコードを設定する際は、次の制約に留意してください：

* コードは4〜16桁である必要があります。
* 複数のユーザーで同じMFAコードを共有できます。
* 1人のユーザーに複数のMFAコードを設定できます。
* 1人のユーザーに、入室コードと1つ以上のMFAコードの両方を設定できます。

{% hint style="warning" %}
多要素認証（MFA）コードが正しく機能するように、アクセスコントローラーは初期インストール時に更新する必要があります。
{% endhint %}

***

## ユーザーにMFAコードを設定する

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

{% step %}
**左側のナビゲーションで、\[Access Users and Groups] をクリックします。**
{% endstep %}

{% step %}
**対象ユーザー > 認証情報 を選択します。**

a. クリック **MFAコードを追加。**\
b. 希望するMFAコードを手動で入力するか、次をクリックします **生成** ランダムなコードを自動生成するため。
{% endstep %}
{% endstepper %}

コードは次の下に表示されます **MFAコード**そこで、必要に応じて編集または削除できます。

### MFAコードを一括設定する

MFAコードは、次を使用して一括設定することもできます：

* ユーザーまたは認証情報のCSVインポート
* APIエンドポイント
  * [ユーザーにMFAコードを追加](https://apidocs.verkada.com/reference/access-user-guide)
  * [ユーザーからMFAコードを削除](https://apidocs.verkada.com/reference/access-user-guide)


---

# 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/access-control/ja/yzto/multi-factor-authentication-mfa-codes.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.
