Jan 20 2021 12:22 AM - edited Jan 20 2021 12:23 AM
I would like to get attendee report of a live event. When I send a GET request to https://graph.microsoft.com/beta/users/{userId}/onlineMeetings/{meetingId}/attendeeReport, I always get the following "InternalServerError" as follows:
{
"error": {
"code": "InternalServerError",
"message": "Object reference not set to an instance of an object.",
"innerError": {
"date": "2021-01-20T07:51:13",
"request-id": "89d14fa2-5385-4c8a-86c6-ee8d999e0b6c",
"client-request-id": "89d14fa2-5385-4c8a-86c6-ee8d999e0b6c"
}
}
}
Have you had any similar experience and how did you resolve it?
By the way, I rest assured that my authorization token is not expired and both userId and meetingId are correct.
Thank you very much.
Jan 22 2021 07:42 AM
Hi @longtruong, Will repro from my end and will inform you as soon as possible.
Feb 02 2021 06:16 PM
Helo @Mallipriya_MSFT: Have you had any updates yet?
Feb 02 2021 08:22 PM
Hi @longtruong, I missed to update. I was able to reproduce the issue so raised a bug and will update once it is resolved.
Feb 17 2021 06:39 PM - edited Feb 17 2021 06:39 PM
Hello @Mallipriya_MSFT: Have you had any updates yet?
Feb 17 2021 10:29 PM
Hi @longtruong, We have raised a bug on this and it is being tracked internally. We are working on fixing this but we do not have a firm timeline to share with you.
Mar 02 2021 07:31 PM
Mar 02 2021 09:24 PM