I am new to Microsoft Teams APIs and am trying to programmatically obtain the list of attendees of one of my Teams Meeting, during the meeting.
A couple of questions:
(1) To confirm, is the onlineMeetings ID, the same as "Phone Conference ID"?
(2) I am trying to use the Graph Explorer UX (at https://developer.microsoft.com/en-us/graph/graph-explorer)
- I tried a GET call (beta) on "https://graph.microsoft.com/beta/me/onlineMeetings/337771684/meetingAttendanceReport"
- I get a prompt to "Modify permissions (Preview)". When I tried to consent, I get an error message that I need admin approval. Could you please advise?
Thanks,
AV