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
After the creation of Add-PnPTeamsChannelUser, Get-PnPTeamsChannelUser and Remove-PnPTeamsChannelUser, we miss the last CRUD cmdlet: Set-PnPTeamsChannelUser.
This cmdlet can update the role of a user in a private channel. Valid roles: Owner, Member.
Describe the solution you'd like Set-PnPTeamsChannelUser -Team "My Team" -Channel "My Channel" -Identity [email protected] -Role Owner
Describe alternatives you've considered
Remove the user first by using Remove-PnPTeamsChannelMember and then readd the user using Add-PnPTeamsChannelMember.
Additional context
Cmdlet parameters:
Parameter
Required
Description
Team
Yes
Specify the group id, mailNickname or display name of the team to use.
Channel
Yes
Specify id or name of the channel to use.
Identity
Yes
Specify membership id, UPN or user ID of the channel member.
Role
Yes
Specify the role of the user. Valid roles: Owner, Member.
The text was updated successfully, but these errors were encountered:
After the creation of
Add-PnPTeamsChannelUser
,Get-PnPTeamsChannelUser
andRemove-PnPTeamsChannelUser
, we miss the last CRUD cmdlet:Set-PnPTeamsChannelUser
.This cmdlet can update the role of a user in a private channel. Valid roles: Owner, Member.
Describe the solution you'd like
Set-PnPTeamsChannelUser -Team "My Team" -Channel "My Channel" -Identity [email protected] -Role Owner
Describe alternatives you've considered
Remove the user first by using
Remove-PnPTeamsChannelMember
and then readd the user usingAdd-PnPTeamsChannelMember
.Additional context
Cmdlet parameters:
The text was updated successfully, but these errors were encountered: