SOLVED

Export the list of team members

Brass Contributor

I wonder how I can export the list of members of a team to an excel or csv file. When there are some assignments, there is an export option in Grades tab and I can delete the extra columns; but I do not have a solution for the teams with no assignments.

39 Replies

@Farhad Mazlumi 

This was a brilliant and easy way to export the member list.  Took me 10 seconds :)

https://developers.salestim.com/blog/export-microsoft-teams-team-members/

@PDugan  This was perfect!  So simple and I don't have to be a developer to do it!

@Farhad Mazlumi  Maybe it´s too late, but here´s how I´ve just managed: go to your team and open Insights. Once in Insights, open "more options" at the top right corner of the app and choose Export to Excel. What you´ll get is a xls file with names and emails of all team members. 

Customize and rename this file and you´ll be able to use it in any other application.

Cheers!

Hi there - it's never too late! ;) I'd love to try this, but how do you open Insights? Could you provide a screenshot or 2?

@missyllane Hi, Insights is an additional app that I added to the Team´s menu.

I discovered it some time ago and I have to admit that it is more suitable for school environments that the regular tracking tab of Teams. You can see who visited the Team, how long and what they worked on. Besides, the app gathers information like the number of tasks completed by each student, etc. This information can be very useful at the time of grading. 

Anyway, once you get it added to your Team as an extra tab (use the + sign to do that)...

 

ssantoss_0-1634324089222.png

... this is the kind of general information it provides about the Team: 

ssantoss_1-1634324347935.png

... and when you click on "Student activity" it shows a chart with the activity of each of the students in the Team (from the image you can see that my students are not using it much these days).

ssantoss_2-1634324517168.png

In the "Student activity" section you´ll also find an ellipsis (yellow highlight in the image) that will allow you to export this information, together with the names and emails of all the students, to an xls. file.

And that would be it!

I hope it helps.

Cheers.

 

 

@Farhad Mazlumi You could try doing this from portal.azure.com as a standard user without needing to use PowerShell. Select Azure Active Directory, browse to Groups and search for the Team name. You can view members and owners from there, and should be able to download the memberlist to csv using the bulk operations drop down. Having said that, an option within the Team client itself would be a much better option!

@Christopher Hoard seems like this script example doesn't exist anymore. When you click the link, it goes to the generic docs page and searching "get Teams details" pulls up nothing. ¯\_(ツ)_/¯

@cjmcqueen 

 

Thanks for bearing with me as I get back to the Teams Community

 

Can now do this in the Teams Admin Centre. Go to Teams > Manage Teams > Select a Team and it's on the right hand side :D 

 

ChristopherHoard_0-1654100334123.png

 

Best, Chris

@Farhad Mazlumi i found the answer on youtube: https://youtu.be/IN6IHZoPEWo

You can do this in Power Automate. This user shows how: https://www.youtube.com/watch?v=HeI3GH77kXw&t

 

For me I wasn't able to connect excel so I took the output from the first part and copied and pasted into a text document and used a Python script to loop through the dictionary to pull the names

 

I can not agree more!
It is 2022 Oct and I am still fighting at this issue.

It is just **bleep** that Microsoft Teams doesn't provide such a basic function!
Why this software doesn't allow team/group owners to export members list simply by a few clicks? Why we need to learn how to coding/scripting in order to know who are in our team/group?
The designers & developers of the functions shall feel shamed.

Go back to my condition. I only have Teams without apps like Grades, Insights... and in my company we don't have rights to open the consoles. What can I do to export the member list, except to manually copy from members and then remove the useless text one by one?
Do you have access to Power Automate?

@PaulMtheson Thank you for replying. No Power Automate now but I am applying this appli to admin of my company. If finally I can have this appli, can it helps me to export team/group member list?

@Christopher Hoard the link provided no longer works.

Thank you for this. I tried some of the scripts others suggested and only ever got a quarter of the members in the download. Using the portal.azure.com was the simplest method.
For some reason the scripts didn't extract all of the members. Only 49 / 340. I used portal.azure.com instead which someone else recommending below.

Broken link now? @Christopher Hoard 

  1. @ToddS406 - Log in to Azure, select Microsoft Entra ID. 
  2. On the left under "Manage" choose "Groups".
  3. Search for and select your group
  4. Under "Manage" choose "Members"
  5. Under "Bulk operations" choose "Download members"
  6. It takes a while.
  7. Under "Activity" choose "Bulk operation results"
  8. Select results from the table
  9. Choose "Download results"
Thanks for this suggestion. It's the simplest option in my opinion.