Below query is returning "item not found" but the user executing the query actually has access to SharePoint sites as well as is Admin of one of the SharePoint site.
Is there any specific permission required for this query to bring results?
Below query is returning "item not found" but the user executing the query actually has access to SharePoint sites as well as is Admin of one of the SharePoint site.
Is there any specific permission required for this query to bring results?
Copyright © 2021 Jogjafile Inc.
If you switch to
Modify permissions
tab in Graph Explorer, you will see all permissions required for the current endpoint.The endpoint
GET https://graph.microsoft.com/v1.0/sites?search=*
requiresSites.Readl.All
orSites.ReadWrite.All
permissions.