Forum Discussion
Justin_J945
Aug 15, 2019Copper Contributor
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 ...
- Aug 16, 2019Yes, 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
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