Microsoft Security | Microsoft Graph
An API that connects multiple Microsoft services, enabling data access and automation across platforms
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
I have a graph user, I would like to create a MeetingParticipantInfo, how to do that?
Any help is greatly appreciated.
@SnekithanSOJ an example of an attendee's MeetingParticipantInfo JSON representation when creating an online meeting would be something like:
"attendees": [{
"type": "required",
"status": {
"response": "none",
"time": "0001-01-01T00:00:00Z"
},
"emailAddress": {
"name": "Pradeep Gupta",
"address": "******@contoso.onmicrosoft.com"
}
}]
Refer to this documentation for more info on meetingParticipants resource type.