| title | userRegistrationActivitySummary resource type |
|---|---|
| description | Represents the summary of the number of successful/unsuccessful registration and reset events for each authentication method. |
| ms.date | 01/12/2026 |
| 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/unsuccessful registration and reset events for each authentication method.
| Method | Return type | Description |
|---|---|---|
| List | userRegistrationActivitySummary collection | Get the summary of the number of successful/unsuccessful registration and reset events for each authentication method. |
| Property | Type | Description |
|---|---|---|
| authMethod | usageAuthMethod | The authentication method for the given summary. Supports $filter (eq). |
| failureActivityCount | Int64 | The total number of failed activities for the corresponding authMethod and feature. Supports $filter (eq). |
| feature | featureType | The type of activity. The possible values are: registration, reset, unknownFutureValue. Supports $filter (eq). |
| id | String | The unique id for the given summary. Supports $filter (eq). |
| successfulActivityCount | Int64 | The total number of successful activities for the corresponding authMethod and feature. Supports $filter (gt, lt). |
None.
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.userRegistrationActivitySummary",
"id": "String (identifier)",
"feature": "String",
"successfulActivityCount": "Integer",
"failureActivityCount": "Integer",
"authMethod": "String"
}