Skip to content

Latest commit

 

History

History
75 lines (57 loc) · 2.57 KB

File metadata and controls

75 lines (57 loc) · 2.57 KB
title credentialUsageSummary resource type
description Represents the current state of how many users in your organization are using self-service password reset capabilities.
ms.localizationpriority medium
author egreenberg14
ms.subservice entra-monitoring-health
doc_type resourcePageType
ms.date 01/12/2026
toc.title Credential usage summary (deprecated)

credentialUsageSummary resource type

Namespace: microsoft.graph

[!INCLUDE beta-disclaimer]

Important

The credential usage summary details API is deprecated and will stop returning data on August 1, 2025. Use the new User Registration Activity Summary API instead.

Represents the current state of how many users in your organization are using self-service password reset capabilities. For more information about license requirements for this feature, see Authentication Methods Activity: Permissions and licenses.

Methods

Method Return Type Description
List credentialUsageSummary Read properties and relationships of a credentialUsageSummary object.

Properties

Property Type Description
authMethod usageAuthMethod Represents the authentication method that the user used.
failureActivityCount Int64 Provides the count of failed resets or registration data.
feature featureType Defines the feature to report. The possible values are: registration, reset, unknownFutureValue.
id String The unique identifier for the activity. Read-only.
successfulActivityCount Int64 Provides the count of successful registrations or resets.

Relationships

None.

JSON representation

The following JSON representation shows the resource type.

{
  "id" : "String",
  "feature":"string",
  "successfulActivityCount":"Int64",
  "failureActivityCount": "Int64",
  "authMethod": "string"
}