Skip to content

Latest commit

 

History

History
30 lines (26 loc) · 505 Bytes

File metadata and controls

30 lines (26 loc) · 505 Bytes
description Automatically generated file. DO NOT MODIFY
mgc solutions virtual-events webinars registration-configuration questions create --virtual-event-webinar-id {virtualEventWebinar-id} --body '{
\
  "@odata.type": "#microsoft.graph.virtualEventRegistrationCustomQuestion",
\
  "displayName": "What's your job position?",
\
  "answerInputType": "multiChoice",
\
  "answerChoices": [
\
    "Software Engineer",
\
    "Engineer Manager",
\
    "Product Manager"
\
  ],
\
}
\
'