> 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/fr/automatisation/runbooks/runbook-references/user/security/reset-mfa.md).

# Réinitialiser MFA

### Description

Supprime les méthodes d'authentification basées sur l'application d'authentification et le téléphone pour un utilisateur. Cela oblige l'utilisateur à réinscrire ses méthodes MFA après la réinitialisation. En option, un e-mail de notification peut être envoyé à l'utilisateur pour l'informer que ses méthodes MFA ont été réinitialisées via ce runbook.

### Emplacement

Utilisateur → Sécurité → Réinitialiser MFA

**Nom complet du Runbook**

rjgit-user\_security\_reset-mfa

### Autorisations

#### Autorisations d'application

* **Type**: Microsoft Graph
  * UserAuthenticationMethod.ReadWrite.All
  * Mail.Send

### Paramètres

#### Nom d'utilisateur

Nom principal d'utilisateur de l'utilisateur cible.

| Propriété         | Valeur               |
| ----------------- | -------------------- |
| Requis            | vrai                 |
| Valeur par défaut |                      |
| Type              | Chaîne de caractères |

#### Notifier l'utilisateur

Lorsqu'il est activé, envoie un e-mail de notification à l'utilisateur cible pour l'informer que ses méthodes MFA ont été réinitialisées par un administrateur. La valeur par défaut est désactivée.

| Propriété         | Valeur  |
| ----------------- | ------- |
| Requis            | faux    |
| Valeur par défaut | Faux    |
| Type              | Boolean |

#### Envoyer depuis

Adresse e-mail de l'expéditeur pour l'e-mail de notification facultatif. Provenance : paramètre du Tenant RealmJoin RJReport.EmailSender.

| Propriété         | Valeur               |
| ----------------- | -------------------- |
| Requis            | faux                 |
| Valeur par défaut |                      |
| Type              | Chaîne de caractères |

#### ServiceDeskDisplayName

Nom d'affichage du Service Desk pour les informations de contact de l'utilisateur (facultatif). Provenance : paramètre du Tenant RealmJoin RJReport.ServiceDesk\_DisplayName.

| Propriété         | Valeur               |
| ----------------- | -------------------- |
| Requis            | faux                 |
| Valeur par défaut |                      |
| Type              | Chaîne de caractères |

#### ServiceDeskEmail

Adresse e-mail du Service Desk pour les informations de contact de l'utilisateur (facultatif). Provenance : paramètre du Tenant RealmJoin RJReport.ServiceDesk\_EMail.

| Propriété         | Valeur               |
| ----------------- | -------------------- |
| Requis            | faux                 |
| Valeur par défaut |                      |
| Type              | Chaîne de caractères |

#### ServiceDeskPhone

Numéro de téléphone du Service Desk pour les informations de contact de l'utilisateur (facultatif). Provenance : paramètre du Tenant RealmJoin RJReport.ServiceDesk\_Phone.

| Propriété         | Valeur               |
| ----------------- | -------------------- |
| Requis            | faux                 |
| Valeur par défaut |                      |
| Type              | Chaîne de caractères |

#### LanguageOverride

Remplace la langue utilisée pour l'e-mail de notification. Les valeurs acceptées sont 'DE' (allemand) ou 'EN' (anglais). Si elle est laissée vide, la langue est déterminée automatiquement en fonction de l'emplacement d'utilisation de l'utilisateur cible.

| Propriété         | Valeur               |
| ----------------- | -------------------- |
| Requis            | faux                 |
| Valeur par défaut |                      |
| Type              | Chaîne de caractères |

[Retour à l'aperçu de la référence du Runbook](/fr/automatisation/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, and the optional `goal` query parameter:

```
GET https://docs.realmjoin.com/fr/automatisation/runbooks/runbook-references/user/security/reset-mfa.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.
