Oct 10 2021 07:57 PM
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 member to Channel SharePoint.
Following is Team Site Permission Setting Page, which is normal and has everything I need
Teams Site Groups
Teams Site Group Members Group Permission
Following is Channel Site Permission Setting Page. There is no [Create Groups]
Channel Site Groups
And When I clicked the Members Group, the [New]-->[Add Users] was missing.
Channel Site Group Members Group Permission
Thanks for your replying in advance.
Oct 10 2021 10:48 PM
Oct 11 2021 12:00 AM
Thanks Juan, but I did created several groups and added in private channel in last week. I don't know why it disappeared right now.
Oct 20 2021 04:52 AM
Dec 21 2021 01:52 AM - edited Dec 21 2021 01:53 AM
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