cancel
Showing results for 
Search instead for 
Did you mean: 
Reply
AndrewCitera
Advocate I
Advocate I

When will the ability to add a private channel to Microsoft Teams be released?

When will the ability to add a private channel to Microsoft Teams be released?

 

Right now you can only create public channels.

5 REPLIES 5
ChristianAbata
Super User
Super User

hi @AndrewCitera  you can see it into the road map

 

https://www.microsoft.com/en-us/microsoft-365/roadmap?filters=&searchterms=Power%2CAutomate



Did I answer your question? Please consider to Mark
my post as a solution! to guide others :winking_face:

Proud to be a Flownaut!


If you want you can follow me at www.christianabata.com Quieres contenido en español? Síguenos en Power Automate LA

I do not see it in the roadmap.

 

Are there are accepted workarounds? 

Shure you can by using API

POST https://graph.microsoft.com/beta/teams/{teamID}/channels

{
  "@odata.type": "#Microsoft.Teams.Core.channel",
  "membershipType": "private",
  "displayName": "Private corner",
  "description": "This is for private content"
}


Did I answer your question? Please consider to Mark
my post as a solution! to guide others :winking_face:

Proud to be a Flownaut!


If you want you can follow me at www.christianabata.com Quieres contenido en español? Síguenos en Power Automate LA

@ChristianAbata thank you that's extremely helpful. Can you explain how to procure Graph API credentials? 

 

Is there a way the HTTP request can piggyback off of credentials from Flow/Power Automate or do I need to register an Azure App and generate my own client id and secret? 

 

Right now I've been doing everything via Flow and the permissions are taken care of. When I do local PowerShell work I connect through my user account account and use PowerShell cmdlets - not the Graph API endpoint directily.

shure @AndrewCitera  please see this awesome post.

https://sjoukjezaal.com/azure-b2b-sharepoint-online-solution-using-powerapps-flow-and-the-graph-api/

 

I'm going to create another in a few days but in my blog please be pending

https://www.christianabata.com/

 

 



Did I answer your question? Please consider to Mark
my post as a solution! to guide others :winking_face:

Proud to be a Flownaut!


If you want you can follow me at www.christianabata.com Quieres contenido en español? Síguenos en Power Automate LA

Helpful resources

Top Solution Authors
Users online (3,964)