Table of Contents

Insights-UserMetric.Read.All

Allows an app to read user metrics insights, such as daily and monthly active users, on behalf of the signed-in user.

Merill's Note

For an app to access data in Microsoft Graph, the user or administrator must grant it the permissions it needs. This article lists all the Microsoft Graph APIs and your tenant data that can be accessed by the application (vendor/developer) if you consent to the Insights-UserMetric.Read.All permission.

If you need to create an audit report of the permissions granted to all the apps in your tenant, you can run the Export-MsIdAppConsentGrantReport command. See How To: Run a quick OAuth app audit of your tenant

Category Application Delegated
Identifier 34cbd96c-d824-4755-90d3-1008ef47efc1 7d249730-51a3-4180-8ec1-214f144f1bff
DisplayText Read all user metrics insights Read user metrics insights
Description Allows an app to read all user metrics insights, such as daily and monthly active users, without a signed-in user. Allows an app to read user metrics insights, such as daily and monthly active users, on behalf of the signed-in user.
AdminConsentRequired Yes Yes

Graph Methods

API supports delegated access (access on behalf of a user)
API supports app-only access (access without a user)

Methods

Resources

Granting this permission allows the calling application to access (and/or update) the following information in your tenant.

Graph reference: activeUsersMetric

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.