userInsightsRoot 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.
A container for entities that represent summaries of daily and monthly user activities on apps registered in your tenant that is configured for Microsoft Entra External ID for customers.
Methods
None.
Properties
None.
Relationships
Relationship | Type | Description |
---|---|---|
daily | dailyUserInsightMetricsRoot | Summaries of daily user activities on apps registered in your tenant that is configured for Microsoft Entra External ID for customers. |
monthly | monthlyUserInsightMetricsRoot | Summaries of monthly user activities on apps registered in your tenant that is configured for Microsoft Entra External ID for customers. |
JSON representation
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.userInsightsRoot"
}