| title | userSignInUsageByAuthMethodActivity resource type |
|---|---|
| description | Represents the summary of the number of successful sign-ins for each authentication method enabled on the tenant. |
| ms.date | 07/23/2025 |
| author | egreenberg14 |
| ms.localizationpriority | medium |
| ms.subservice | entra-monitoring-health |
| doc_type | resourcePageType |
| ms.custom | sfi-ga-nochange |
Namespace: microsoft.graph
[!INCLUDE beta-disclaimer]
Represents the summary of the number of successful sign-ins for each authentication method enabled on the tenant.
| Method | Return type | Description |
|---|---|---|
| List | userSignInUsageByAuthMethodActivity collection | Get the number of successful sign ins for each authentication method. |
| Property | Type | Description |
|---|---|---|
| authenticationMethod | String | The authentication method for the given summary. |
| successActivityCount | Int64 | The total number of successful sign in events for the given authentication method. |
None.
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.userSignInUsageByAuthMethodActivity",
"authenticationMethod": "String (identifier)",
"successActivityCount": "Int64"
}