Forum Discussion
techie1s
Jul 11, 2018Brass Contributor
Viewing SharePoint Site Access Requests as Global Admin
I am new to the O365 Global Admin role and I am wondering if there is a way in the SharePoint Admin Center (or elsewhere) for me to view all outstanding SharePoint site access requests across the ent...
- Jul 11, 2018
Dayna...There is not a way to view all the site requests in all site collections across the tenant. PowerShell would be you're best approach. Here is a "starter" script using REST that might help get you going.
https://gallery.technet.microsoft.com/scriptcenter/Get-SharePoint-Server-9d30adff
techie1s
Jul 12, 2018Brass Contributor
Thanks for the reply, Steve. I should have been more clear that this is for SharePoint Online. Does the same PowerShell script work for the online version? The title on that page says "Get SharePoint Server 2013/2016 Access Requests with REST API".
spucelik
Microsoft
Jul 12, 2018I haven't tested it but typically if it works in SP 2013/2016 it will work in SPO...especially for features that have been around a while.