Skip to content

Latest commit

 

History

History
40 lines (36 loc) · 555 Bytes

participant-invite-2-cli-snippets.md

File metadata and controls

40 lines (36 loc) · 555 Bytes
description
Automatically generated file. DO NOT MODIFY
mgc communications calls participants invite post --call-id {call-id} --body '{
\
  "participants": [
\
    {
\
      "@odata.type": "#microsoft.graph.invitationParticipantInfo",
\
      "identity": {
\
        "@odata.type": "#microsoft.graph.identitySet",
\
        "phone": {
\
          "@odata.type": "#microsoft.graph.identity",
\
          "id": "+12345678901"
\
        }
\
      }
\
    }
\
  ],
\
  "clientContext": "f2fa86af-3c51-4bc2-8fc0-475452d9764f"
\
}
\
'