
Announcements
I have a flow that create a Team and Channels using the GraphAPI. All of that works as expected. However, for all channels other than General they show up as hidden. I am setting the channel property isFavoriteByDefault to True but it seems to have no affect. Is there some way to programmatically unhide a channel through GraphAPI, PowerShell, or some other process that does not require someone to do it manually? Thanks!
You will need to use the GRAPH api to achieve this.
The Graph API has this setting, the isFavoriteByDefault property.
Create the channel via the Create Channel method.
Try this