Forum Discussion
Lando555
Oct 25, 2024Copper Contributor
List alla subsites that users is member in on a landingpage!
Hello Im trying to display all sites that a user is memeber in. Have tried with the webpart qury ,contentclass:STS_Web This display alla websites, even those that the users don't have access to....
DaveMehr365
Feb 11, 2025MVP
Hello Lando555
this query with SharePoint search will show you all sites, that the user has access, this means private Teams Sites with permission and public Teams Sites. Sites to which the user does not have access are not displayed. The Search are everytime security trimmed.
You can use Microsoft Graph with the endpoint https://graph.microsoft.com/v1.0/me/joinedTeams. Check https://developer.microsoft.com/en-us/graph/graph-explorer, login and use https://graph.microsoft.com/v1.0/me/joinedTeams as url and run query.
Best, Dave