# List Users By Mfa Methods Count

### Description

This Runbook retrieves a list of users from Azure AD and counts their registered MFA authentication methods. As a dropdown for the MFA methods count range, you can select from "0 methods (no MFA)", "1-3 methods", "4-5 methods", or "6+ methods". The output includes the user display name, user principal name, and the count of registered MFA methods.

### Location

Organization → Security → List Users By MFA Methods Count

**Full Runbook name**

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

### Permissions

#### Application permissions

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

### Parameters

#### mfaMethodsRange

Range for filtering users based on the count of their registered MFA methods.

| Property      | Value  |
| ------------- | ------ |
| Required      | true   |
| Default Value |        |
| Type          | String |

[Back to Runbook Reference overview](/automation/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/automation/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.
