Azure active directory 无法执行MS Graph后端请求CreateGroupRequest-GroupCreationLimitExceed

Azure active directory 无法执行MS Graph后端请求CreateGroupRequest-GroupCreationLimitExceed,azure-active-directory,microsoft-graph-api,Azure Active Directory,Microsoft Graph Api,尝试在MS Graph中创建组时,出现以下错误: { "errorCode":"GroupCreationLimitExceeded", "message":"Failed to execute MS Graph backend request CreateGroupRequest. The server failed to respond correctly. Response Code: Forbidden, Reason: Reason: Forbidden, Correl

尝试在MS Graph中创建组时,出现以下错误:

{  
   "errorCode":"GroupCreationLimitExceeded",
   "message":"Failed to execute MS Graph backend request CreateGroupRequest. The server failed to respond correctly. Response Code: Forbidden, Reason: Reason: Forbidden, Correlation headers: request-id: 9a1e183f-a04a-4e34-8549-50ce72f0df16\r\nclient-request-id: 9a1e183f-a04a-4e34-8549-50ce72f0df16\r\nx-ms-ags-diagnostic: {\"ServerInfo\":{\"DataCenter\":\"West US\",\"Slice\":\"SliceC\",\"Ring\":\"5\",\"ScaleUnit\":\"001\",\"Host\":\"AGSFE_IN_10\",\"ADSiteName\":\"WUS\"}}\r\nDuration: 140.1325\r\nDate: Fri, 17 Aug 2018 19:51:03 GMT\r\n"
}
请求URL:

https://graph.microsoft.com/beta/groups
请求机构是:

{  
   "resourceBehaviorOptions":[  
      "WelcomeEmailDisabled",
      "SubscribeMembersToCalendarEventsDisabled",
      "HideGroupInOutlook"
   ],
   "resourceProvisioningOptions":[  
      "Team"
   ],
   "mailNickName":"Ievgengo_Team_0bbf8f48",
   "displayName":"Ievgengo_Team_0bbf8f48",
   "visibility":"Private",
   "mailEnabled":true,
   "securityEnabled":false,
   "classification":"HBI",
   "owners@odata.bind":[  
      "https://graph.microsoft.com/v1.0/users/656a868f-b2ed-42da-a18b-10b3fe6817a9"
   ],
   "groupTypes":[  
      "Unified"
   ]
}

用户没有那么多的组。有人知道为什么会发生这种情况吗?

你能提供我们请求的URL和有效负载吗?用信息更新了原始帖子同意,我的错,我没有完全检查它,但现在我检查了。你对我原来的问题有答案吗?为什么会出现这个错误?另外,感谢您与限制分享链接,不过您指的是哪种限制?我没有找到任何相关的。我不确定您的问题是否是由
分类引起的:“HBI”
,但您可以将其删除以供尝试。带限制的链接没有提到创建组的限制,但是你可以在我的回答中发现
分类
是只读的。此外,我认为我的回答很有帮助,即使它不是100%正确,我也不明白为什么要投反对票,我已经删除了它-(