> For the complete documentation index, see [llms.txt](https://docs.realmjoin.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.realmjoin.com/ja/zi-dong-hua/runbooks/runbook-references/user/security/reset-mfa.md).

# MFA をリセット

### 説明

ユーザーの認証アプリと電話ベースの認証方法を削除します。これにより、リセット後にユーザーは MFA 方法を再登録する必要があります。必要に応じて、この runbook を通じて MFA 方法がリセットされたことを知らせる通知メールをユーザーに送信できます。

### 場所

ユーザー → セキュリティ → MFA のリセット

**完全な Runbook 名**

rjgit-user\_security\_reset-mfa

### アクセス許可

#### アプリケーションのアクセス許可

* **種類**: Microsoft Graph
  * UserAuthenticationMethod.ReadWrite.All
  * Mail.Send

### パラメーター

#### ユーザー名

対象ユーザーのユーザー プリンシパル名。

| プロパティ | 値    |
| ----- | ---- |
| 必須    | true |
| 既定値   |      |
| 種類    | 文字列  |

#### NotifyUser

有効にすると、対象ユーザーに対して、管理者によって MFA 方法がリセットされたことを知らせる通知メールを送信します。既定では無効です。

| プロパティ | 値     |
| ----- | ----- |
| 必須    | false |
| 既定値   | False |
| 種類    | ブール値  |

#### EmailFrom

オプションの通知メールの送信元メールアドレス。RealmJoin Tenant 設定 RJReport.EmailSender から取得されます。

| プロパティ | 値     |
| ----- | ----- |
| 必須    | false |
| 既定値   |       |
| 種類    | 文字列   |

#### ServiceDeskDisplayName

ユーザーの連絡先情報用の Service Desk 表示名（任意）。RealmJoin Tenant 設定 RJReport.ServiceDesk\_DisplayName から取得されます。

| プロパティ | 値     |
| ----- | ----- |
| 必須    | false |
| 既定値   |       |
| 種類    | 文字列   |

#### ServiceDeskEmail

ユーザーの連絡先情報用の Service Desk メールアドレス（任意）。RealmJoin Tenant 設定 RJReport.ServiceDesk\_EMail から取得されます。

| プロパティ | 値     |
| ----- | ----- |
| 必須    | false |
| 既定値   |       |
| 種類    | 文字列   |

#### ServiceDeskPhone

ユーザーの連絡先情報用の Service Desk 電話番号（任意）。RealmJoin Tenant 設定 RJReport.ServiceDesk\_Phone から取得されます。

| プロパティ | 値     |
| ----- | ----- |
| 必須    | false |
| 既定値   |       |
| 種類    | 文字列   |

#### LanguageOverride

通知メールで使用する言語を上書きします。使用可能な値は 'DE'（ドイツ語）または 'EN'（英語）です。空のままにすると、言語は対象ユーザーの使用場所に基づいて自動的に決定されます。

| プロパティ | 値     |
| ----- | ----- |
| 必須    | false |
| 既定値   |       |
| 種類    | 文字列   |

[Runbook リファレンスの概要に戻る](/ja/zi-dong-hua/runbooks/runbook-references.md)


---

# 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:

```
GET https://docs.realmjoin.com/ja/zi-dong-hua/runbooks/runbook-references/user/security/reset-mfa.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
