An API that connects multiple Microsoft services, enabling data access and automation across platforms
I think the proper way to manage webinar with ms graph api is using the virtualEventWebinar Resource.
Please check this Doc https://learn.microsoft.com/en-us/graph/api/resources/virtualeventwebinar?view=graph-rest-1.0
For the following operation:
- List webinar registrants
- This api is not available till now.
- Get webinar details using ID
-
/solutions/virtualEvents/webinars/{webinarId}endpoint
-
- List webinar attendees
- This api is not available till now. However, you can get a list of attendance reports for an online meeting using the
GET /me/onlineMeetings/{meetingId}/attendanceReportsendpoint
- This api is not available till now. However, you can get a list of attendance reports for an online meeting using the