Office 365 Management APIs Event Schema

Copper Contributor

There is a very usefull `SiteUrl` property at the SharePoint File Operations. It tells us the URL of the site where the file or folder accessed by the user is located. Unfortanitally foe sharing events this property is missed, it could be parsed based on `ObjectId` but it rather hack than sollution. Is `SiteUrl` property going to be present in SharePoint Sharing Schema.

 

Thank you

1 Reply

I found the sollution. Next request

 

GET https://graph.microsoft.com/beta/sharepoint/sites/{site-guid}?$select=webUrl

will return the full SiteUrl