| title | userRegistrationFeatureCount resource type |
|---|---|
| description | Represents the number of users registered or capable for multifactor authentication, self-service password reset, and passwordless authentication. |
| author | egreenberg14 |
| ms.localizationpriority | medium |
| ms.subservice | entra-monitoring-health |
| doc_type | resourcePageType |
| ms.date | 03/21/2024 |
Namespace: microsoft.graph
[!INCLUDE beta-disclaimer]
Represents the number of users registered or capable for multifactor authentication, self-service password reset, and passwordless authentication.
| Property | Type | Description |
|---|---|---|
| feature | authenticationMethodFeature | Number of users registered or capable for multifactor authentication, self-service password reset, and passwordless authentication. The possible values are: ssprRegistered, ssprEnabled, ssprCapable, passwordlessCapable, mfaCapable, unknownFutureValue. |
| userCount | Int64 | Number of users. |
None.
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.userRegistrationFeatureCount",
"feature": "String",
"userCount": "Int64"
}