You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I agree to follow the Code of Conduct that this project adheres to.
I have searched the issue tracker for a feature request that matches the one I want to file, without success.
Is your feature request related to a problem? Please describe.
The Microsoft Graph API endpoint /sites?search= is deprecated and no longer returns results in certain Microsoft Tenants, Microsoft does not want to resolve this issue as it is being deprecated. This API is used in the applications to list all SharePoint sites. It might be good to have the naming changed to "Teams & SharePoint sites" as SharePoint is more positioned as a technical component and Teams is the front end for end users. Or even split Teams and Sharepoint.
Describe the solution you'd like
The current situation can be resolved by replacing the existing api call GET https://graph.microsoft.com/v1.0/sites?search=*. By the new equivalent, which looks as followed:
Is your feature request related to a problem? Please describe.
The Microsoft Graph API endpoint
/sites?search=
is deprecated and no longer returns results in certain Microsoft Tenants, Microsoft does not want to resolve this issue as it is being deprecated. This API is used in the applications to list all SharePoint sites. It might be good to have the naming changed to "Teams & SharePoint sites" as SharePoint is more positioned as a technical component and Teams is the front end for end users. Or even split Teams and Sharepoint.Describe the solution you'd like
The current situation can be resolved by replacing the existing api call GET
https://graph.microsoft.com/v1.0/sites?search=*
. By the new equivalent, which looks as followed:More information can be found here
Describe alternatives you've considered
n/a
Additional context
Add any other context or screenshots about the feature request here.
The text was updated successfully, but these errors were encountered: