SharePointCrossTenantMigration.Read.All
Allows the app to read your tenant's SharePoint Cross-Tenant migration settings and tasks, without a signed-in user.
Permission Details
Read SharePoint Cross-Tenant migration settings and tasks
Allows the app to read your tenant's SharePoint Cross-Tenant migration settings and tasks, without a signed-in user.
f5fa52a5-b9ab-4dc3-885e-9e5b4a67068e
Read SharePoint Cross-Tenant migration settings and tasks
Allows the app to read your tenant's SharePoint Cross-Tenant migration settings and tasks, on behalf of the signed-in user.
00dcb678-f9af-4e73-acb1-4f1657364629
Properties
Properties is shown from stable Microsoft Graph v1.0 metadata.
| Property | Type | Description |
|---|---|---|
id |
string |
The unique identifier for an entity. Read-only. |
settings |
object |
JSON Representation
JSON representation is shown from stable Microsoft Graph v1.0 metadata.
{
"id": "String",
"settings": {
"sample": "value"
}
}
Relationships
Relationships metadata is not available for this permission mapping.
View resource documentationGraph Methods
Microsoft Graph v1.0 endpoints are mapped directly from refreshed Microsoft Learn permissions tables.
No API methods available for this version.
Microsoft Graph beta endpoints are mapped directly from refreshed Microsoft Learn permissions tables.
Microsoft Graph PowerShell v1.0 commands are not available from refreshed Microsoft Learn PowerShell snippets for this permission.
No deterministic PowerShell command map is available for this permission.
Browse PowerShell docsMicrosoft Graph PowerShell beta commands are not available from refreshed Microsoft Learn PowerShell snippets for this permission.
No deterministic PowerShell command map is available for this permission.
Browse PowerShell docsCode Examples
// Code snippets are only available for the latest version. Current version is 5.x
// To initialize your graphClient, see https://learn.microsoft.com/en-us/graph/sdks/create-client?from=snippets&tabs=csharp
var result = await graphClient.Solutions.SharePoint.Migrations.CrossOrganizationMigrationTasks["{sharePointMigrationTask-id}"].GetAsync();
const options = {
authProvider,
};
const client = Client.init(options);
let sharePointMigrationTask = await client.api('/solutions/sharePoint/migrations/crossOrganizationMigrationTasks/3ed6d46d-13a3-4995-b6ea-a74a20b1fac0')
.version('beta')
.get();
Connect-MgGraph -Scopes "SharePointCrossTenantMigration.Read.All"
Invoke-MgGraphRequest -Method GET -Uri "https://graph.microsoft.com/v1.0/solutions/sharePoint/migrations/crossOrganizationGroupMappings(sourceGroupObjectId='{id}')"
# Code snippets are only available for the latest version. Current version is 1.x
from msgraph_beta import GraphServiceClient
# To initialize your graph_client, see https://learn.microsoft.com/en-us/graph/sdks/create-client?from=snippets&tabs=python
result = await graph_client.solutions.share_point.migrations.cross_organization_migration_tasks.by_share_point_migration_task_id('sharePointMigrationTask-id').get()
App Registration
Navigate to Azure Portal
Go to App registrations in Microsoft Entra admin center
Add API Permission
Select your app → API permissions → Add a permission → Microsoft Graph
Select Permission Type
Choose Application permissions or delegated permissions and search for SharePointCrossTenantMigration.Read.All
Grant Admin Consent
Application permissions always require admin consent.