Forum Discussion
prashantguptag
Feb 25, 2020Brass Contributor
Graph API get private channel connected site url failing
I am following this article Manage lifecycle of private channels to get private channel's site url using App-Only authentication. As per the article, its giving the desired result for this first requ...
Trinetra-MSFT
Microsoft
Feb 26, 2020prashantguptag , This is a known issue at our end. We are working on it. We will let you know once the fix will be rolled out.
webfort
Mar 25, 2020Copper Contributor
I get the same trying to create a channel with members as per documentation
{
"@odata.type": "#Microsoft.Teams.Core.channel",
"membershipType": "private",
"displayName": "My First Private Channel",
"description": "This is my first private channels",
"members":
[
{
"@odata.type":"#microsoft.graph.aadUserConversationMember",
"user@odata.bind":"https://graph.microsoft.com/beta/users('{9b5c5cc9-cafb-4fe4-a58d-5bdc96ea7712}')",
"roles":["owner"]
}
]
}