activeUsersMetric resource type
Namespace: microsoft.graph
Important
APIs under the /beta
version in Microsoft Graph are subject to change. Use of these APIs in production applications is not supported. To determine whether an API is available in v1.0, use the Version selector.
Represents insights of daily and monthly user activity on apps registered in your tenant that is configured for Microsoft Entra External ID for customers. The count value returned is calculated based on the total number of users who made at least one authentication request within a specific period. A user can be counted more that once if they use multiple device platforms or applications.
Inherits from entity.
Methods
Method | Return type | Description |
---|---|---|
List daily | activeUsersMetric collection | Get a list of daily active users on apps registered in your tenant configured for Microsoft Entra External ID for customers. |
List monthly | activeUsersMetric collection | Get a list of monthly active users on apps registered in your tenant configured for Microsoft Entra External ID for customers. |
Properties
Property | Type | Description |
---|---|---|
count | Int64 | The total number of users who made at least one authentication request within the specified time period. |
factDate | Date | Date of the insight. |
id | String | Identifier for the user insight. Inherited from entity. |
Relationships
None.
JSON representation
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.activeUsersMetric",
"count": "Int64",
"factDate": "String (date)",
"id": "String (identifier)"
}