Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Namespace: microsoft.graph
Important
APIs under the /beta
version in Microsoft Graph are subject to change. Use of these APIs in production applications is not supported. To determine whether an API is available in v1.0, use the Version selector.
Authentication methods activity reports provides information on the registration and usage of authentication methods in your tenant.
These reports provide information such as:
- How many users are registered for each authentication method
- How many users are registered for features such as multifactor authentication (MFA), Self-Service Password Reset (SSPR), and passwordless authentication.
- The failure rates of each authentication method
These reports are available on the Microsoft Entra portal through Protection tab group > Authentication methods tab > Activity tab under the Monitoring tab group.
Licenses
A Microsoft Entra ID P1 or P2 license is required to access authentication methods usage and insights reports. Microsoft Entra multifactor authentication and self-service password reset (SSPR) licensing information can be found on the Microsoft Entra pricing site.
Available reports
The following reports are available through Microsoft Graph:
- Users registered and capable of self-service password reset (SSPR) and Azure multifactor authentication (MFA). For more information, see the credentialUserRegistrationCount resource type.
- Per-user report of the status of their authentication methods including the default methods, whether registered for MFA, SSPR, and a passwordless authentication method, and so on. For more information, see the userRegistrationDetails resource type.
- Count of users registered, enabled, and capable of using MFA, SSPR, and passwordless authentication. For more information, see the usersRegisteredByFeature resource type.
- Raw count of users registered for email, password, and phone authentication methods. For more information, see the usersRegisteredByMethod resource type.
- Tenant level MFA and SSPR registration and reset report. For more information, see the userEventsSummary resource type.
- Raw count of MFA vs non MFA sign in events. For more information, see the userMfaSignInSummary resource type.
- Raw count of password resets and changes. For more information, see the userPasswordResetsAndChangesSummary resource type.
- Tenant level summary of the number of successful and unsuccessful registration and reset events for each authentication method. For more information, see the userRegistrationActivitySummary resource type.
- Raw count of the number of successful sign ins for each authentication method. For more information, see the userSignInUsageByAuthMethodActivity resource type.
- (Deprecated. Use the userRegistrationDetails resource type instead) Per-user registration and usage details for different authentication methods, SSPR, and MFA. For more information, see the credentialUserRegistrationDetails resource type.
- (Deprecated. Use the userEventsSummary resource type instead) SSPR usage activity. For more information, see the userCredentialUsageDetails resource type.
- (Deprecated. Use the userRegistrationActivitySummary resource type instead) Tenant-level summary of user SSPR activity, including failure and successes. For more information, see the credentialUsageSummary resource type.