Skip to content

Latest commit

 

History

History
24 lines (20 loc) · 386 Bytes

File metadata and controls

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