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/virtual
Events/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}/attendanceReports
endpoint
- This api is not available till now. However, you can get a list of attendance reports for an online meeting using the