使用 Graph API 创建私人频道
Create a private channel using GraphAPI
在 Ignite 2019 中,微软宣布了 Teams 私有频道,并提到开发者可以使用 GraphAPI 创建它们。我找不到有关如何创建私人频道的任何信息。 Here is the GraphAPI I am looking at for creating channel
它在 Graph API 测试版中可用。这是 link:https://docs.microsoft.com/en-us/graph/api/channel-post?view=graph-rest-beta&tabs=http
简而言之,在您的请求正文中传递"membershipType": "private"
在 Ignite 2019 中,微软宣布了 Teams 私有频道,并提到开发者可以使用 GraphAPI 创建它们。我找不到有关如何创建私人频道的任何信息。 Here is the GraphAPI I am looking at for creating channel
它在 Graph API 测试版中可用。这是 link:https://docs.microsoft.com/en-us/graph/api/channel-post?view=graph-rest-beta&tabs=http
简而言之,在您的请求正文中传递"membershipType": "private"