从Azure AD组创建团队时,出现以下错误。为什么我收到此错误?以及如何解决请求?
{ “错误”:{ “ code”:“ BadRequest”, “ message”:“ 无法迁移此组,ID:a98ea790-6180-43ae-a624-6f70f8ff1ed4,访问类型:”, “ innerError”:{ “ request-id”:“ ae862827-021a-42b0-a220-986c5273e73e”, “ date”:“ 2020-03-22T12:12:33” } } }
我正在使用Graph Explorer: PUT-V1.0-https://graph.microsoft.com/v1.0/groups/a98ea790-6180-43ae-a624-6f70f8ff1ed4/Team
上面URL中的GUID是Azure Active Directory中该组的组ID
{
“ memberSettings”:{
“ allowCreateUpdateChannels”:是
},
“ messagingSettings”:{
“ allowUserEditMessages”:是的,
“ allowUserDeleteMessages”:是
},
“ funSettings”:{
“ allowGiphy”:是的,
“ giphyContentRating”:“严格”
},
“ discoverySettings”:{
“ showInTeamsSearchAndSuggestions”:是
}
}
内容类型:application / json