Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
13,598 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Hello,
I am using Microsoft Graph to create my webinars using the POST /solutions/virtualEvents/webinars
endpoint. However, when I access the EventSessions with GET /solutions/virtualEvents/webinars/{webinarId}/sessions
, I see that many of the parameters do not match my expectations (attached), such as "allowAttendeeToEnableMic" for example.
My question is: how can I configure the EventSessions? I do not see a POST or PATCH method for these, nor any available settings directly from the webinar creation process.
Thank you in advance.