Create a Team from Template with Logic App
Sascha Reichhardt
36
Reputation points
Hi there,
i created a Teams Template in Teams Admin Center (admin.teams.microsoft.com) and called it cmr.
Then I created a Logic App that creates a new Team when a new Response from Microsoft Froms is submitted. That works.
"template@odata.bind": "https://graph.microsoft.com/beta/teamsTemplates('standard')"
But I want to create a new Team with Graph API using my Template cmr.
I used:
"template@odata.bind": "https://graph.microsoft.com/beta/teamsTemplates('cmr')"
"template@odata.bind": "https://graph.microsoft.com/beta/teamsTemplates('templateID')"
But didnt work.
Is this possible?
Thanks
Sign in to answer