Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding member/Owner to a Teamsprivate channel[FEATURE] #1664

Closed
Rbubbles opened this issue Mar 1, 2022 · 3 comments · Fixed by #1735
Closed

Adding member/Owner to a Teamsprivate channel[FEATURE] #1664

Rbubbles opened this issue Mar 1, 2022 · 3 comments · Fixed by #1735
Labels
enhancement New feature or request

Comments

@Rbubbles
Copy link

Rbubbles commented Mar 1, 2022

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:

@Rbubbles Rbubbles added the enhancement New feature or request label Mar 1, 2022
@svermaak
Copy link
Contributor

I need this too. Any ideas?

@milanholemans
Copy link
Contributor

If it's ok I want to try creating this command.

@veronicageek
Copy link
Collaborator

Every contribution is welcomed @milanholemans. Just submit a PR and @KoenZomers or @gautamdsheth will review it. Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants