Skip to content

Latest commit

 

History

History
55 lines (42 loc) · 1.35 KB

File metadata and controls

55 lines (42 loc) · 1.35 KB
title userRegistrationCount resource type
description Represents the registration count and status for users in your tenant.
ms.localizationpriority medium
author egreenberg14
ms.subservice entra-monitoring-health
doc_type resourcePageType
ms.date 07/22/2024

userRegistrationCount resource type

Namespace: microsoft.graph

[!INCLUDE beta-disclaimer]

Represents the registration count and status for users in your tenant.

Properties

Property Type Description
registrationCount Int64 Provides the registration count for your tenant.
registrationStatus String Represents the status of user registration. The possible values are: registered, enabled, capable, and mfaRegistered.

JSON representation

The following JSON representation shows the resource type.

{ 
  "registrationStatus":"String", 
  "registrationCount": 23423
}