Using MS Graph API, can we able to get cross domain data

Siva M 1 Reputation point
2021-08-29T14:37:37.63+00:00

Hi, I would love to know, using MS Graph API can I able to get data from cross-domain. For Example, I have a tenant called "Tenant A" and another tenant called "Tenant B". Is there any possible way to get some site usage details from "Tenant A" and store that data as a CSV or Excel in "Tenant B" using power automate?

Note: Without coding.

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,666 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Shweta Choudhary 601 Reputation points Microsoft Employee
    2021-08-31T12:46:54.707+00:00

    Thank you for reaching out.

    In order to take data from one tenant and save it in another, you'll need to have accounts in both tenants. When you want to read from/write to tenant A, create and use a connection using the credentials in tenant A. Likewise for tenant B. So, you'll have actions in your Flow that use connections for both tenant A and tenant B. The only licensing implications are that you'll need user accounts in both tenants. That said, there are security implications that you may want to consider.

    Thanks.

    0 comments No comments