Forum Discussion

xlopezj's avatar
xlopezj
Copper Contributor
Nov 23, 2020

Problem creating one Team from Group

Hello.

 

From last Friday I am getting a error creating one Team from Group with Graph API

POST teams       (v1.0 or beta)

{
"group@odata.bind":"https://graph.microsoft.com/beta/groups('xxxxxxx')",
"template@odata.bind":"https://graph.microsoft.com/beta/teamsTemplates('standard')"
}

 

Briefly, the messages are:

> Failed to execute Templates backend request CreateTeamFromGroupWithTemplateRequest.

> Team Visibility can not be specified as it is inherited from the group. 

 

But I have not specified visibility in JSON data.

 

Where is the problem?

 

Best regards,

Agustin

 



1 Reply

  • xlopezj's avatar
    xlopezj
    Copper Contributor

    More people are reporting it:

     https://github.com/microsoftgraph/microsoft-graph-docs/issues/10774

     

     

Resources