| title | userRegistrationCount resource type |
|---|---|
| description | Represents the registration count and status for users in your tenant. |
| ms.localizationpriority | medium |
| author | egreenberg14 |
| ms.subservice | entra-monitoring-health |
| doc_type | resourcePageType |
| ms.date | 07/22/2024 |
Namespace: microsoft.graph
[!INCLUDE beta-disclaimer]
Represents the registration count and status for users in your tenant.
| Property | Type | Description |
|---|---|---|
| registrationCount | Int64 | Provides the registration count for your tenant. |
| registrationStatus | String | Represents the status of user registration. The possible values are: registered, enabled, capable, and mfaRegistered. |
The following JSON representation shows the resource type.
{
"registrationStatus":"String",
"registrationCount": 23423
}