Can i access the SharePoint Site and its owners, where i don' have access by using MS Power automate, if yes then can you please help me with the steps

Roopak Sahoo 51 Reputation points
2024-11-26T05:17:10.5866667+00:00

Hi Teams,

I am building a solution using flow where i need to access all the sites and it owners in the tenant, it doesn't matter whether i have permissions on the sites or not, can i achieve the same and how. It would be good if you provide me the steps too.

SharePoint Development
SharePoint Development
SharePoint: A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.Development: The process of researching, productizing, and refining new or existing technologies.
3,101 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Ling Zhou_MSFT 18,935 Reputation points Microsoft Vendor
    2024-11-26T08:24:43.6533333+00:00

    Hi @Roopak Sahoo,

    Unfortunately, you cannot directly access a SharePoint site or its owners if you don't already have access permissions. Power Automate requires you to have the necessary permissions to perform actions on SharePoint sites and lists.

    For your needs, Microsoft Graph may be a better fit to implement. You just need to create the application in your Azure AD and give Sites.FullControl.All permission to the application and generate the appropriate access tokens to manipulate SharePoint sites in bulk via Graph API.


    If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".

    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.