I am having a postman request where I am Creating a team with multiple channels, installed apps, and pinned tabs using delegated permissions.
I am referring below Microsoft API document - see Example 3 [https://learn.microsoft.com/en-us/graph/api/team-post?view=graph-rest-1.0&tabs=http][text]
When channels are getting created under teams. It's getting hidden and I have to manually unhide it. enter image description hereIs there any way through Graph API that we should unhide it.
Any help will be appreciable. Thanks.
I tried by using below two properties.
"isFavoriteByDefault": true "membershipType": "standard"
but nothing worked and also tried creating with beta version.