ID が "testteam@example.onmicrosoft.com" の Office 365 グループ/Microsoft チームがあり、このようなベータ API のいずれかを使用してクエリを実行したい場合は、https://graph.microsoft.com/beta/groups/{id}/threads
. ただし、チーム名のエンコードにこだわっています。https://graph.microsoft.com/beta/groups/testteam@example.onmicrosoft.com/threads
、https://graph.microsoft.com/beta/groups/testteam@example%2Eonmicrosoft%2E/threads
、https://graph.microsoft.com/beta/groups/testteam@example/threads
、https://graph.microsoft.com/beta/groups/"testteam@example"/threads,
およびhttps://graph.microsoft.com/beta/groups/"testteam@example.onmicrosoft.com"/threads
すべてが次のエラーを返します
"error": {
"code": "Request_BadRequest",
"message": "Invalid object identifier 'whatever_I_entered'."