Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
12,327 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Hi All,
Is there a way to retrieve the sharing capabilities (Anyone/New & Existing Guest/Existing Guests/Only people in org) of a site using Graph or SharePoint REST API?
I have seen (on some old pages) that we need to us Get-SPOSite cmdlet for this.
Is that the current state of the art?
Thank you
Your only option currently is PowerShell, as the Graph API is yet to add support for site settings. That, and PnP PowerShell/CSOM.