Forum Discussion
Andre Radtke
Aug 16, 2021Brass Contributor
List all private teams of a tenant to all employees
Hey all,
I like to know if there is a way (make or buy are both okay) to list every private and public team in a tenant in a list for every employee who has a teams license. Everybody should see which MS TEAMS teams exists and should be able to request membership. Sadly Microsoft deprecated a switch called
"ShowInTeamsSearchAndSuggestions".
Greetings Andre
- Not out of the box!
Admins can see this in the teama admin center or by graph and powershell. Sure these can be exported and published but not a viable solution.
If you have a custom team provisioning flow you could make sure all teams get added to a list and from there have this visualized any way you want.
Or you need to build some sort of app that pulls this data via powershell or graph
Adam- Andre RadtkeBrass ContributorHello adam,
I feared it would be like this. I thought about a runbook that is creating a Lists List every night from scratch with the corresponding informations. I will also ask a few people from software vendors if they have something similar in their portfolio. Anyone else out there dealing with the same question or who has an idea? 🤗
Cheers Andre- For sure this is something that needs to be developed and there is no problem because all the information is exposed by the Graph API: https://apekgroup.com/the-revamped-my-teams-spfx-webpart/
Where do you want to "expose" the list of Teams? In Teams itself or in a SharePoint site? Either way, here you have an example of SPFx Web Part that might give you an idea of what you should ask for: https://apekgroup.com/the-revamped-my-teams-spfx-webpart/