Create Microsoft team for office group programmatically

我的梦境 提交于 2019-12-23 04:56:40

问题


I'm creating an office group using Microsoft Graph API. After that I would like to create a Microsoft Team which is associated with the group. I can do this step manually, but I'm wondering if it's also possible to do so via API.

Graph API doesn't seem to support Microsoft Teams yet. Am I correct?


回答1:


You are correct, Teams is not yet part of the Graph API, nor do we yet have support for creating Teams. Both are on the road map, but I do not have an ETA for you at this time.




回答2:


Actually you can do this semi-automatically using the beta API on Skype. Here is a GitHub project doing this from PowerShell: https://github.com/sanderdewit/teams-module

This approach is semi-automatically, because you need a user to sign-in once via a pop-up window. And for sure this is not a supported scenario.



来源:https://stackoverflow.com/questions/42138723/create-microsoft-team-for-office-group-programmatically

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!