Table of Contents

ProvisioningLog.Read.All

Allows the app to read and query your provisioning log activities, 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 ProvisioningLog.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 091937d3-3e38-47a1-8649-b2f99d3035f1 95aec97b-cf27-4a8d-a67d-42f60b5b38ef
DisplayText Read all provisioning log data Read provisioning log data
Description Allows the app to read and query your provisioning log activities, without a signed-in user. Allows the app to read and query your provisioning log activities, on behalf of the signed-in user.
AdminConsentRequired Yes Yes

Graph Methods

Resources

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

Graph reference: correlatedIdentity

Property Type Description
correlatedDateTime DateTimeOffset The date and time when the identity was correlated.

Supports $orderby.
error correlationError Error information if the correlation for this identity failed. null if successful.

Supports $filter (eq).
id String The unique identifier for the correlated identity. Inherited from entity.

Supports $filter (eq).
sourceIdentity identityInfo The source identity information from the on-premises directory.

Supports $filter (eq).
status String The correlation and assignment status. Possible values include: uncorrelated, correlatedNotAssigned, correlatedAssigned and failToCorrelate.

Supports $filter (eq), $count.
targetIdentity identityInfo The target identity information from Microsoft Entra ID.

Supports $filter (eq).