Skip to content

Latest commit

 

History

History
45 lines (34 loc) · 1010 Bytes

File metadata and controls

45 lines (34 loc) · 1010 Bytes
title userRegistrationMethodCount resource type
description Represents the number of users registered for an authentication method.
author egreenberg14
ms.localizationpriority medium
ms.subservice reports
doc_type resourcePageType
ms.date 07/22/2024

userRegistrationMethodCount resource type

Namespace: microsoft.graph

[!INCLUDE beta-disclaimer]

Represents the number of users registered for an authentication method.

Properties

Property Type Description
authenticationMethod String Name of the authentication method.
userCount Int64 Number of users registered.

Relationships

None.

JSON representation

The following JSON representation shows the resource type.

{
  "@odata.type": "#microsoft.graph.userRegistrationMethodCount",
  "authenticationMethod": "String",
  "userCount": "Int64"
}