Table of Contents

SharePointCrossTenantMigration.Read.All

Allows the app to read your tenant's SharePoint Cross-Tenant migration settings and tasks, 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 SharePointCrossTenantMigration.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 f5fa52a5-b9ab-4dc3-885e-9e5b4a67068e 00dcb678-f9af-4e73-acb1-4f1657364629
DisplayText Read SharePoint Cross-Tenant migration settings and tasks Read SharePoint Cross-Tenant migration settings and tasks
Description Allows the app to read your tenant's SharePoint Cross-Tenant migration settings and tasks, without a signed-in user. Allows the app to read your tenant's SharePoint Cross-Tenant migration settings and tasks, 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: sharePointGroupIdentityMapping

Property Type Description
groupType sharePointIdentityMappingGroupType Indicates the type of group. The possible values are: none, regularGroup, m365Group, unknownFutureValue.
id String Unique identifier for the group identity mapping. Base64-encoded String. Generated automatically. Inherited from sharePointIdentityMapping.
sourceGroupIdentity identity The identity information of the source group in the originating organization. Contains the ID of the source group.
sourceOrganizationId Guid The unique identifier of the source organization in the migration. Inherited from sharePointIdentityMapping.
targetGroupIdentity identity The identity information of the target group in the destination organization. Contains the ID of the target group.
targetGroupMigrationData sharePointIdentityMappingGroupMigrationData Additional migration-specific data for the target group.