Forum Discussion
Sere977
Oct 11, 2021Copper Contributor
Teams Private Channel SharePoint Site User Permission
Hi everyone, I created a Teams group and added a private Channel, and then I set different group permission for Teams SharePoint and Channel SharePoint. But right now I cannot add a new group or add ...
thijoubertold
Dec 21, 2021Iron Contributor
Hi Sere977
Indeed, Microsoft hid in the UI the possibility to modify the Site permissions linked a Private Channel.
However, you could (even if it is not recommended...) modify them through PowerShell, Graph or even Power Platform.
An example with PowerShell :
$tenant = "yourtenant"
$site = "yoursite"
$user = "username"
$group = "yourgroup"
Add-SPOUser -Group $yourgroup -LoginName $username@$tenant.onmicrosoft.com -Site https://$tenant.sharepoint.com/sites/$site