Provide an API method which can be used to create Teams
Today, the latest beta version of the Microsoft Graph API allows for groups to be created, but it does not provide an API function to create Teams.
I would like an API method which will allow me to create teams, specifying the title and privacy setting for the team.

Thanks for your feedback, the API for creating teams now support application permissions, see https://developer.microsoft.com/en-us/graph/docs/api-reference/beta/api/team_put_teams
1 comment
-
Jonathan Cardy commented
There is a beta version of this API endpoint:
https://developer.microsoft.com/en-us/graph/docs/api-reference/beta/api/team_put_teams
However, it doesn't allow creation of the team under the Application identity, which for us makes it not yet usable - the page says "Future releases will support application permissions."Maybe you could update this idea to reflect current status ie. supporting application permissions.