azure-active-directorymicrosoft-graph-apisharepoint-onlinegraph-api-explorer

Is there any way to get SharePoint Site Creator Email and Site Status using Graph API


I would like to get the email of the site creator (Site Created by) using MS Graph API, also the current status of the site (Active, Deleted etc..).

Could you please help me with the query.

I searched in MS article but I couldn't get the proper query.


Solution

  • No. Creator and status of SharePoint site are not available in Microsoft Graph.

    You can see that there is no suspicious information in the Properties of the site.

    You need to get the required information using PowerShell or CSOM.