> 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/agency/ja/what-would-you-like-to-learn-about/account-settings/manage-2fa-for-agency-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 の代理店アカウントにサインインする際、またはパートナーへの資金送金を行おうとする際に、2 要素認証（2FA）の使用を必須にすることができます。 [2 要素認証 FAQ](/other/ja/reference-documentation/two-factor-authentication-faqs.md) impact.com での 2FA について詳しくは、こちらをご覧ください。

2FA が有効な場合のユーザー体験は次のとおりです:

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

#### すべてのユーザーの 2FA サインインを有効にする

これにより、アカウントにサインインするすべてのアカウントユーザーに対して、2 要素認証が必須になります。

1. 左側のナビゲーションメニューから、 ![](/files/f3f5e4335376ed6e5221abf12acf1b9ea0c3728f) **\[メニュー] → 設定**.
2. 下に *一般*、 **アカウントユーザー認証**.
3. 〜では *アカウントユーザー認証* 画面で、［Select］を選択 ![](/files/299580ca9968de05b2fbace4fa82386d3163ac8a) **［オンにする］ユーザーログイン**.
4. 選択 **保存**.

#### PFT の 2FA を有効にする

これにより、送金最低額を超えるパートナー資金送金を行おうとするアカウントユーザーに対して、必須の 2FA チェックが有効になります。認証が完了すると、PFT は実行されます。

1. 左側のナビゲーションメニューから、 ![](/files/f3f5e4335376ed6e5221abf12acf1b9ea0c3728f) **\[メニュー] → 設定**.
2. 左側の列の *一般*、 **アカウントユーザー認証**.
3. 〜では *アカウントユーザー認証* 画面で、 ![](/files/299580ca9968de05b2fbace4fa82386d3163ac8a) **［オンにする］パートナー資金送金**.
4. 下に *送金最低額*に、2FA を必須にする最小金額を入力します。
5. 選択 **保存**.

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

1. 左側のナビゲーションメニューから、 ![](/files/48e426c7f0ca7666d6ff280bc701cb900f36ffe9) **［ユーザープロフィール］ → プロフィールを編集**.
2. の下の *セキュリティ* セクション — の横に *デバイスとアクティビティ* には、アカウントの保存済みデバイスの一覧が表示されます。
3. 選択 **このデバイスを削除** そのデバイスから impact.com にアクセスしなくなった場合。


---

# 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/agency/ja/what-would-you-like-to-learn-about/account-settings/manage-2fa-for-agency-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.
