Forum Discussion
DyMary23
Sep 06, 2020Copper Contributor
Adding members from one team to another
Is there a way to add all the members from one Team to a different Team? Ex- I would like to add all of the members from my Team "A", to my Team "B" in bulk instead of one at a time.
- You can use Team A as a template and add all its members to a new team, but if the other teams already created there’s no UI options. You then have to use PowerShell or graph to pull the members of the group and add them to the other as well programmatically
Adam
2 Replies
- You can use Team A as a template and add all its members to a new team, but if the other teams already created there’s no UI options. You then have to use PowerShell or graph to pull the members of the group and add them to the other as well programmatically
Adam- DyMary23Copper Contributor
Thank you for your response. Is there a tutorial/instructions on how to do your suggestions?