SOLVED

Teams and channel management platform

Copper Contributor

Hi All,

Is it possible to create a central platform to manage adding and removing users to teams and channels, including private channels?

Also need to view and manage member access and status (owner/member) centrally. Is there any app available for this or can we develop something like this?

5 Replies
@binu_Thomas - We are looking into this I will get back to you soon.
@binu_Thomas-You can create a custom app using Graph API to adding and removing users to teams and channels.
https://docs.microsoft.com/en-us/graph/api/channel-post-members?view=graph-rest-1.0&tabs=csharp%2Cht...
@binu_Thomas-Could you please confirm if your issue has resolved with above suggestion or still looking for any help?
will this work for private channels too?
Also I need to add/remove users to private channel anytime after creating the channel.
best response confirmed by binu_Thomas (Copper Contributor)
Solution
@binu_Thomas-Yes.This operation is allowed only for channels with a membershipType value of private.
https://docs.microsoft.com/en-us/graph/api/channel-post-members?view=graph-rest-1.0&tabs=http
1 best response

Accepted Solutions
best response confirmed by binu_Thomas (Copper Contributor)
Solution
@binu_Thomas-Yes.This operation is allowed only for channels with a membershipType value of private.
https://docs.microsoft.com/en-us/graph/api/channel-post-members?view=graph-rest-1.0&tabs=http

View solution in original post