Warm tip: This article is reproduced from serverfault.com, please click

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

发布于 2020-12-29 14:08:22

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.

Questioner
Santhosh Kumar
Viewed
0
Allen Wu 2020-12-30 10:13:18

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.