# Listar usuarios por recuento de métodos de MFA

### Descripción

Este Runbook recupera una lista de usuarios de Azure AD y cuenta sus métodos de autenticación MFA registrados. Como un menú desplegable para el rango del conteo de métodos MFA, puede seleccionar entre "0 methods (no MFA)", "1-3 methods", "4-5 methods" o "6+ methods". La salida incluye el nombre para mostrar del usuario, el nombre principal de usuario y el conteo de métodos MFA registrados.

### Ubicación

Organización → Seguridad → Listar usuarios por conteo de métodos MFA

**Nombre completo del runbook**

rjgit-org\_security\_list-users-by-MFA-methods-count

### Permisos

#### Permisos de aplicación

* **Tipo**: Microsoft Graph
  * User.Read.All
  * UserAuthenticationMethod.Read.All

### Parámetros

#### mfaMethodsRange

Rango para filtrar usuarios según el conteo de sus métodos MFA registrados.

| Propiedad            | Valor  |
| -------------------- | ------ |
| Requerido            | true   |
| Valor predeterminado |        |
| Tipo                 | Cadena |

[Volver a la vista general de referencia del runbook](/es/automatizacion/runbooks/runbook-references.md)


---

# Agent Instructions: 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/es/automatizacion/runbooks/runbook-references/org/security/list-users-by-mfa-methods-count.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.
