userRegistrationFeatureSummary resource type

Namespace: microsoft.graph

Represents the summary of users capable of multi-factor 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
usersRegisteredByFeature userRegistrationFeatureSummary Get the number of users capable of multi-factor 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 multi-factor authentication, self-service password reset, and passwordless authentication.
userRoles includedUserRoles The role type of the user. Possible values are: all, privilegedAdmin, admin, user, unknownFutureValue.
userTypes includedUserTypes User type. 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"
}