| title | Working with the authentication methods usage report API |
|---|---|
| description | Authentication methods activity reports provides information on the registration and usage of authentication methods in your tenant. |
| ms.localizationpriority | medium |
| ms.subservice | entra-monitoring-health |
| author | faithombongi |
| ms.author | ombongifaith |
| ms.reviewer | egreenberg |
| doc_type | conceptualPageType |
| ms.topic | overview |
| ms.date | 01/18/2024 |
Namespace: microsoft.graph
[!INCLUDE beta-disclaimer]
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.
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.
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.