> For the complete documentation index, see [llms.txt](https://help.impact.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.impact.com/brand/ja/what-would-you-like-to-learn-about/account-administration/account-settings/invite-and-manage-users/manage-2fa-for-brand-accounts.md).

# ブランドアカウントの2FAを管理する

[アカウント管理者](/brand/ja/what-would-you-like-to-learn-about/account-administration/account-settings/invite-and-manage-users/understanding-user-management-as-a-brand.md) impact.comのブランドアカウントのすべてのメンバーに、新しいデバイスからサインインする際に二要素認証（2FA）の使用を必須にすることができます。2FAについてご質問がありますか？こちらの記事をご覧ください： [二要素認証（2FA）に関するよくある質問](/other/ja/reference-documentation/two-factor-authentication-faqs.md).

アカウントへの招待を受け、サインアップ方法がユーザー名とパスワードの使用を含む場合、自動的に2FAに登録され、既定の認証方法はメールに設定されます。

2FAを有効にした場合のユーザー体験は次のとおりです：

* 初回サインイン時、アカウントメンバーはSMS、メール、または認証アプリを通じてモバイルデバイスに確認コードを受け取ります。
* アカウントメンバーが正常に認証されると、そのデバイスは自動的に信頼済みデバイスとして保存されます。つまり、以降のサインインで2FAを使用する必要はありません。アカウントメンバーに再度2FAの使用が求められるのは、デバイスが変更された場合、または通常とは異なるアクティビティが検出された場合のみです。
* アカウントメンバーは、impact.comのユーザープロフィール画面で保存済みデバイスを管理できます。

#### サインイン用に2FAをオンにする

これにより、ブランドアカウントにサインインするすべてのアカウントメンバーに必須の二要素認証が有効になります。

1. 上部ナビゲーションバーで、次を選択します ![](/files/173ecabf39fd91e83f3ac16fba44d8e9c845708d) **\[ユーザープロフィール] → 設定**.
2. 左側の列の次の項目の下に *一般*、選択します **アカウントユーザー認証**.
3. 次の画面で *アカウントユーザー認証* 画面 ![](/files/966a7b9c51811043ca7c1811ec6f6b9ef39fd26f) **［オンにする］ユーザーログイン**.
4. 選択 **保存**.

   * 2FAを有効化したユーザーを確認するには、 **アカウント ユーザー** 画面上で、チェックマークで示されます *二要素認証* 列。

   <div data-with-frame="true"><figure><img src="/files/6a3b377c819050483553364c3806d732b8c57914" alt=""><figcaption></figcaption></figure></div>

#### PFTの2FAをオンにする

これにより、アカウントユーザーが [パートナー資金送金](/brand/ja/what-would-you-like-to-learn-about/platform-features/finance/partner-funds-transfer/transfer-funds-to-a-partner.md) 送金の最小額を超える場合に必須の2FA確認が有効になります。認証が完了すると、PFTは処理されます。

1. 上部ナビゲーションバーで、次を選択します ![](/files/173ecabf39fd91e83f3ac16fba44d8e9c845708d) **\[ユーザープロフィール] → 設定**.
2. 左側の列の次の項目の下に *一般*、選択します **アカウントユーザー認証**.
3. 次の画面で *アカウントユーザー認証* 画面で、 ![](/files/966a7b9c51811043ca7c1811ec6f6b9ef39fd26f) **［オンにする］パートナー資金送金**.
4. 下の *送金最小額*, **値を入力** 2FAを要求する最低金額として。
5. 選択 **保存**.

   <div data-with-frame="true"><figure><img src="/files/9e0f502bd9c1f66444a006785d3a18838f936bc0" alt=""><figcaption></figcaption></figure></div>

#### 保存済み2FAデバイスを管理

1. 上部ナビゲーションバーで、次を選択します ![](/files/173ecabf39fd91e83f3ac16fba44d8e9c845708d) **［ユーザープロフィール］→プロフィールを編集**.
2. 次へ移動してください： *セキュリティ* セクション。
3. 下の *デバイスとアクティビティ*そこには、アカウントの保存済みデバイスの一覧と、そのデバイスからの最終ログイン日時が表示されます。
4. 選択 **このデバイスを削除** そのデバイスでimpact.comにもうアクセスしない場合。

<div data-with-frame="true"><figure><img src="/files/a589a7b9741297bb71a2c85ae7c5a4ac69d6c40e" alt=""><figcaption></figcaption></figure></div>


---

# 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.impact.com/brand/ja/what-would-you-like-to-learn-about/account-administration/account-settings/invite-and-manage-users/manage-2fa-for-brand-accounts.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.
