Skip to content

Latest commit

 

History

History
70 lines (54 loc) · 2.55 KB

File metadata and controls

70 lines (54 loc) · 2.55 KB
title userRegistrationMethodSummary resource type
description Represents the summary the of number of users registered for each authentication method.
author egreenberg14
ms.localizationpriority medium
ms.subservice entra-monitoring-health
doc_type resourcePageType
ms.date 07/22/2024
ms.custom sfi-ga-nochange

userRegistrationMethodSummary resource type

Namespace: microsoft.graph

[!INCLUDE beta-disclaimer]

Represents the summary of number of users registered for each authentication method. For more information about license requirements for this feature, see Authentication Methods Activity: Permissions and licenses.

Methods

Method Return Type Description
List userRegistrationMethodSummary Get the number of users registered for each authentication method.

Properties

Property Type Description
totalUserCount Int64 Total number of users in the tenant.
userRegistrationMethodCounts userRegistrationMethodCount collection Number of users registered for each authentication method.
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.userRegistrationMethodSummary",
  "totalUserCount": "Int64",
  "userRegistrationMethodCounts": [{"@odata.type": "microsoft.graph.userRegistrationMethodCount"}],
  "userRoles": "String",
  "userTypes": "String"
}