What is the graph API for webinar registration in version 1.0

Mohan Kumar 20 Reputation points
2024-01-22T06:41:52.61+00:00

I want to use API for webinar registration of a person/user through graph API for the already created webinar through Microsoft teams app under options Calendar > New Meeting > Webinar.

Please confirm whether the below virtual webinar api could be used for the webinar registration purpose

https://learn.microsoft.com/en-us/graph/api/resources/virtualeventregistration?view=graph-rest-1.0

Also, I require the apis for below purpose

  • List webinar registrants
  • Get webinar details using ID
  • List webinar attendees Please help me to find out the apis in version 1.0
Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
12,992 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Md Asif Muztaba 320 Reputation points Microsoft Vendor
    2024-01-24T05:08:36.5866667+00:00

    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:

    1. List webinar registrants
      1. This api is not available till now.
    2. Get webinar details using ID
      1. /solutions/virtualEvents/webinars/{webinarId} endpoint
    3. List webinar attendees
      1. 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
      If this answer helps you please "Accept" it. Or you can also make comments if you need anything else.

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.