Forum Discussion
torra723
Mar 25, 2022Copper Contributor
Adding users to a channel by AAD group
I know we can add users to a Team by typing the AAD group name and it will add the members of that group to the team. Can this functionality also be used to add members of the said Team to a Priv...
StevenC365
Mar 25, 2022MVP
torra723 Private Channels do not have an Azure AD group behind them, so you can't automate by adding people there.
You can however use Teams PowerShell to add people to a Private Channel, or Microsoft Graph, for example using this cmdlet
Add-TeamChannelUser (MicrosoftTeamsPowerShell) | Microsoft Docs