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

# ブランドアカウントの2要素認証を管理する

[アカウント管理者](/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）の使用を求めることができます。2FAについて質問がありますか？次の記事をご覧ください： [2要素認証に関するFAQ](/other/ja/reference-documentation/two-factor-authentication-faqs.md).

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

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

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

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

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

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

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

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

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

これにより、次を行おうとするアカウントユーザーに対して必須の2FAチェックが有効になります： [パートナー資金振替](/brand/ja/what-would-you-like-to-learn-about/platform-features/finance/partner-funds-transfer/transfer-funds-to-a-partner.md) 送金の最小金額を超える場合 — 認証が完了すると、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.
