Forum Discussion
how to add multiple users in teams chat in one go
- Oct 29, 2020
alitaqvi You can start a group chat with multiple users if you are typing their names and select each one as they are suggested. I'm going to guess your trying to copy/paste some list into chat?
Try creating a url link that follows the deep link format, it will accept multiple users as a comma separated list of upns
https://teams.microsoft.com/l/chat/0/0?users=<user1>,<user2>,...&topicName=<chat name>&message=<precanned text>
Click the link and you'll get a group chat
alitaqvi You can start a group chat with multiple users if you are typing their names and select each one as they are suggested. I'm going to guess your trying to copy/paste some list into chat?
Try creating a url link that follows the deep link format, it will accept multiple users as a comma separated list of upns
https://teams.microsoft.com/l/chat/0/0?users=<user1>,<user2>,...&topicName=<chat name>&message=<precanned text>
Click the link and you'll get a group chat
- pami_kar_27Nov 21, 2024Copper Contributor
There seems to be a limit of 70 people i can add from this method
- VishalTrivediOct 06, 2022Copper ContributorThank you, Steven, this worked for my needs.
- akam3542Oct 15, 2021Copper ContributorYou are a genius!!! Thank you so much!! You saved a lot of my time. The mere thought of adding one user at a time for 150 users was getting me to lose my mind lol. Thank you, again!!!
- cjbarthMay 28, 2021Brass Contributor
Here is a CodePen do make this link automatically from a list of email addresses like you might get from an Outlook group: https://codepen.io/cjbarth/full/ZEeJBvN
All you have to do is type in the name of the Teams group you want, and paste in the list of email addresses (a Regex will extract all the email addresses, so don't worry about format), and you'll see a link you can click on to automatically create a Teams group.
- JoePokrifkaOct 27, 2022Copper Contributornice! very slick... I love it! Thank you!
- theeaglesfan005Oct 24, 2022Copper ContributorThis definitely needs more likes and attention
This works perfectly. Thank you! - Kari_BudreeMar 28, 2022Copper ContributorThis is genius! Thank you so much.
- Ri-CoDec 09, 2020Copper ContributorVery helpful, thanks.
- alitaqviNov 09, 2020Iron ContributorThanks Steven - it worked for almost 70 address but i think due to long link path it doesn't accept more then 70 address in one go.