You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
The request is to be able to add a member/Owner to Private Channel in teams.
Describe the solution you'd like
Add-PnPTeamsUser -Team MyTeam -User [email protected] -Role Owner -Channel "MyChannel"
Describe alternatives you've considered
Something similar to Add-TeamChannelUser in TeamsPoswershell
Add-TeamChannelUser -GroupId 31f1ff6c-d48c-4f8a-b2e1-abca7fd399df -DisplayName "Engineering" -User [email protected]
Add user [email protected] to private channel with name "Engineering" under the given group.
Additional context
As a global or Teams admin in my organization, i require the ability to change Owners and Members of private channel of a team:
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
The request is to be able to add a member/Owner to Private Channel in teams.
Describe the solution you'd like
Add-PnPTeamsUser -Team MyTeam -User [email protected] -Role Owner -Channel "MyChannel"
Describe alternatives you've considered
Something similar to Add-TeamChannelUser in TeamsPoswershell
Add-TeamChannelUser -GroupId 31f1ff6c-d48c-4f8a-b2e1-abca7fd399df -DisplayName "Engineering" -User [email protected]
Add user [email protected] to private channel with name "Engineering" under the given group.
Additional context
As a global or Teams admin in my organization, i require the ability to change Owners and Members of private channel of a team:
The text was updated successfully, but these errors were encountered: