Microsoft Teams
A Microsoft customizable chat-based workspace.
5,956 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Hi
I want to see this user "abc@test.com" is member of how many Microsoft Teams and what is the name of the teams?
Regards
Go to the Teams admin center > Users > Manage users and click the user in question. You will then find the list of current Teams he's a member of under the Teams tab:
If you want to do it programmatically, you can use the Graph API or PowerShell. For example:
Get-MgUserJoinedTeam -UserId user@domain.com
@Chapter7-2723
It has been a while, how is everything going?
If you have any update about this issue, please feel free to post back.