Whenever I try to exceute the query https://graph.microsoft.com/beta/me/joinedTeams
I get the following error in the Graph Explorer:
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.
A screenshot of from the Graph Explorer: