Skip to content

Latest commit

 

History

History
24 lines (20 loc) · 383 Bytes

File metadata and controls

24 lines (20 loc) · 383 Bytes
description Automatically generated file. DO NOT MODIFY
mgc solutions virtual-events webinars presenters create --virtual-event-webinar-id {virtualEventWebinar-id} --body '{
\
  "identity": {
\
    "@odata.type": "#microsoft.graph.communicationsGuestIdentity",
\
    "displayName": "Guest Speaker",
\
    "email": "guest.speaker@fabrikam.com"
\
  }
\
}
\
'