Forum Discussion
RBryan89
Apr 30, 2020Copper Contributor
Create Microsoft Teams group without Group ID
I am integrating with Microsoft Teams to create a team via API. Is it possible to create a team via an APi call without the groupID. The docs state that it requires the group id, however it does ment...
RBryan89
May 04, 2020Copper Contributor
subhasish-MSFT See docs below - In the example provided the "PUT" request consists of the ID
https://docs.microsoft.com/en-us/graph/api/team-put-teams?view=graph-rest-1.0&tabs=http
I have seen other examples elsewhere in the docs which specify leveraging teams template.
Can you confirm this for me please
subhasish-MSFT
May 04, 2020Former Employee
RBryan89, Yes, Group ID is mandatory for creating teams.