Need an api to stream recordings and to get attendee Reports for completed online meetings using microsoft graph apis

Dasari Durga Devi 21 Reputation points
2021-04-02T13:06:52.7+00:00

Hello support team,

We are using microsoft graph apis for creating online meetings. In our requirement we need a recordings for streaming on browser and reports of attendees like meeting durgation , no.of attendees joined in the meeting,name and email of the users.
I tried an api with requesting as given below:

https://graph.microsoft.com/beta/users/userid/onlineMeetings/meetingid/attendeeReport

Example: https://graph.microsoft.com/beta/users/a40d139c-6b61-4d90-b702-345b92058e23/onlineMeetings/MSphNDBkMTM5Yy02YjYxLTRkOTAtYjcwMi0zNDViOTIwNThlMjMqMCoqMTk6bWVldGluZ19PRFUyTkdabU5qQXRNV000TWkwME0yRmlMV0ZrWkRrdFlqY3pORGM1WkRrd1pUUmxAdGhyZWFkLnYy/attendeeReport

https://graph.microsoft.com/beta/users/userid/onlineMeetings/meetingid/recording

Example:
https://graph.microsoft.com/beta/users/a40d139c-6b61-4d90-b702-345b92058e23/onlineMeetings/MSphNDBkMTM5Yy02YjYxLTRkOTAtYjcwMi0zNDViOTIwNThlMjMqMCoqMTk6bWVldGluZ19PRFUyTkdabU5qQXRNV000TWkwME0yRmlMV0ZrWkRrdFlqY3pORGM1WkRrd1pUUmxAdGhyZWFkLnYy/recording

but im getting an error internal serve :
84018-screenshot-373.png

code reference:

84000-screenshot-374.png

can you please suggest me a solution for this issue

Thank you.

Microsoft Teams | Development
Microsoft Security | Microsoft Graph
{count} votes

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.