每当我尝试超越查询https://graph.microsoft.com/beta/me/joinedTeams
时,我在图表浏览器中收到以下错误:
Failed to parse MS Graph backend response for request GetUserGroupsRequest.
Request Url: https://graph.microsoft.com/edu/me/memberOf/$/microsoft.graph.group?$filter=groupTypes/any(c:c+eq+'Unified')&$top=999,
Request Method: GET.
The response is invalid, cannot convert to type IList`1Error converting value {null} to type 'System.DateTime'.
Path 'value[0].renewedDateTime', line 1, position 2039.
来自Graph Explorer的屏幕截图:
答案 0 :(得分:0)
同样在这里。似乎新的Teams Powershell在运行Get-Team命令(调用相同的/ beta / me / joinedTeams API)时工作正常