Namespace: microsoft.graph
Important
APIs under the /beta version in Microsoft Graph are subject to change. Use of these APIs in production applications is not supported. To determine whether an API is available in v1.0, use the Version selector.
Represents the summary of users capable of multifactor authentication, self-service password reset, and passwordless authentication in an organization. For more information about license requirements for this feature, see Authentication Methods Activity: Permissions and licenses.
Methods
| Method | Return Type | Description |
|---|---|---|
| List | userRegistrationFeatureSummary | Get the number of users capable of multifactor authentication, self-service password reset, and passwordless authentication. |
Properties
| Property | Type | Description |
|---|---|---|
| totalUserCount | Int64 | Total number of users accounts, excluding those that are blocked. |
| userRegistrationFeatureCounts | userRegistrationFeatureCount collection | Number of users registered or capable for multifactor authentication, self-service password reset, and passwordless authentication. |
| userRoles | includedUserRoles | The role type of the user. The possible values are: all, privilegedAdmin, admin, user, unknownFutureValue. |
| userTypes | includedUserTypes | User type. The possible values are: all, member, guest, unknownFutureValue. |
The value privilegedAdmin consists of the following Microsoft Entra roles:
- Global Administrator
- Security Administrator
- Conditional Access Administrator
- Exchange Administrator
- SharePoint Administrator
- Helpdesk Administrator
- Billing Administrator
- User Administrator
- Authentication Administrator
The value admin includes all Microsoft Entra admin roles.
Relationships
None.
JSON representation
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.userRegistrationFeatureSummary",
"totalUserCount": "Int64",
"userRegistrationFeatureCounts": [{"@odata.type": "microsoft.graph.userRegistrationFeatureCount"}],
"userRoles": "String",
"userTypes": "String"
}