Forum Discussion

Justin_J945's avatar
Justin_J945
Copper Contributor
Aug 15, 2019
Solved

Retrieve SPO site collection properties

Classic SharePoint admin center shows properties of any site collection at tenant-admin.sharepoint.com/_layouts/15/online/SiteCollections.aspx Is it possible to get same info of each site collection ...
  • jcgonzalezmartin's avatar
    Aug 16, 2019
    Yes, you could build a SPFx WebPart that relies on the SPO API or even the Graph API to do that...probably you will need some kind of impersonation to get the information of all the site collections so an Azure Function could be a good option here