question

SaschaReichhardt-2024 avatar image
0 Votes"
SaschaReichhardt-2024 asked JimmyYang-MSFT commented

Create a Team from Template with Logic App

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


office-teams-windows-itproazure-logic-appsoffice-teams-app-dev
· 3
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

Hi anonymous user,

If you want to create a new Teams with Graph API, you can learn it from:

https://docs.microsoft.com/en-us/graph/api/team-put-teams?view=graph-rest-1.0&tabs=http

1 Vote 1 ·

Hi anonymous user,

If you have any update, please feel free to let us know.

0 Votes 0 ·

anonymous user - please let us know if you are looking for something other than what @JimmyYang-MSFT suggested in previous comment.

0 Votes 0 ·

0 Answers