Forum Discussion
NKS2022
May 18, 2022Copper Contributor
Exporting list of Team members without coding
Hi, I'm just a regular joe Teams owner - not and IT person. Is there anyway to export the list of members from Teams without coding? (I saw the answer from 2020 about looking at your list of groups i...
RichM1967
Feb 21, 2023Brass Contributor
WHY IS IT SO F%#F$#@# HARD TO GET A LIST OF MEMBERS FOR A MICROSOFT TEAM? WHY does microsoft make such crap?! WHy not just allow when you're listing the group in teams, something simple -- like copy / paste -- So that you can generate an email, paste the $@$#!# names in and BAM super simple, you've got an email, you can send it to the entire group. I've been F$@!!ing with this for 45 min and still can't send a simple email to my team. Why do I have to go to powershell, run a script or go to any other software other than TEAMS to do this crap?
Chair90
Aug 03, 2023Copper Contributor
I feel for you...why is everything so hard and difficult. MS stop focusing on the shinny objects and build functionality that works and makes sense for users.
- PSharerJan 29, 2024Copper ContributorAgreed! I am supposed to have 180 people in my group but there are only 120. This is a database - why can you not simply right click on members and export to Excel or CSV?!!! There is no simple way to find out which people are missing from my group - this is a time waster for me!
- TimBoschJan 29, 2024Brass ContributorHey Psharer,
With flow you can leverage the Office groups and get a json containing user information and then create a for each that creates a new entry in a table. With this it is possible to create a template file that is a blank table and then fill in all the necessary information.
I do know that there was a list member in the teams connector but at this moment it is not working as intended. This has the ability to use flow to get the team members but at the moment the integration is not working as intended.
The graph api method is still working but maybe cumbersome to achieve without proper API knowledge.
My best bet is on the Office groups and then a for each that adds it to an excel table.