| 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"
\
}
\
}
\
'