Forum Discussion
Viewing SharePoint Site Access Requests as Global Admin
- 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
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
- techie1sJul 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".
- spucelikJul 12, 2018
Microsoft
I 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.