Skip to content

Latest commit

 

History

History
40 lines (36 loc) · 572 Bytes

File metadata and controls

40 lines (36 loc) · 572 Bytes
description Automatically generated file. DO NOT MODIFY
mgc chats create --body '{
\
  "chatType": "oneOnOne",
\
  "members": [
\
    {
\
      "@odata.type": "#microsoft.graph.aadUserConversationMember",
\
      "roles": ["owner"],
\
      "user@odata.bind": "https://graph.microsoft.com/v1.0/users('jacob@contoso.com')"
\
    },
\
    {
\
      "@odata.type": "#microsoft.graph.aadUserConversationMember",
\
      "roles": ["owner"],
\
      "user@odata.bind": "https://graph.microsoft.com/v1.0/users('alex@contoso.com')"
\
    }
\
  ]
\
}
\
'