A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.
Hi @Edward,
I hope you’re having a great day. I appreciate your patience and the details you provided.
A straightforward way to find which site it refers to is to query Microsoft Graph for that site and read the returned webUrl (the actual SharePoint site URL) and display name.
You may choose one of the options below that best suits your needs.
Option A - Microsoft Graph (recommended if the site_id is in Graph format):
You can retrieve the site details (including webUrl) by calling:
GET https://graph.microsoft.com/v1.0/sites/{site-id}
This returns the site properties and the SharePoint URL in webUrl.
Option B - If you only have a GUID and need a tenant-wide lookup:
If the ID you have is a GUID and you need to map it back to a site collection, admins can use PnP PowerShell at the tenant admin level to look up the site by its Id.
For additional information, you can refer to these articles:
This link is shared by community members for your convenience. It points to a third-party site that is not managed or verified by Microsoft. We can’t guarantee the quality, safety, or suitability of any content or software found there. Please review carefully and make sure you understand any potential risks before using it.
In case you require more in-depth guidance or support for these steps, I’d recommend posting your query in the Microsoft Power Automate Community. This is a dedicated channel for Power Automate discussions. The reason I suggest posting a new topic there is that in the general Q&A Forum, resources and expertise on Power Automate are limited. In the Microsoft Power Platform Community Forum, you’ll find the most qualified group of respondents, and other partners who regularly read the forums can share their knowledge or learn from your interaction.
I hope this information is helpful. Should you have any further questions or need additional assistance, feel free to reach out.
Thank you again for your understanding and cooperation.
If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have any extra questions about this answer, please click "Comment".
Note: Follow the steps in our documentation to enable email notifications if you want to receive email notifications related to this topic.