Skip to content

Latest commit

 

History

History
69 lines (54 loc) · 2.85 KB

File metadata and controls

69 lines (54 loc) · 2.85 KB
title userRegistrationFeatureSummary resource type
description Represents the summary of users capable of multifactor authentication, self-service password reset, and passwordless authentication in an organization.
author egreenberg14
ms.localizationpriority medium
ms.subservice entra-monitoring-health
doc_type resourcePageType
ms.date 05/23/2024
ms.custom sfi-ga-nochange

userRegistrationFeatureSummary resource type

Namespace: microsoft.graph

[!INCLUDE beta-disclaimer]

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"
}