Skip to content

Latest commit

 

History

History
40 lines (36 loc) · 462 Bytes

File metadata and controls

40 lines (36 loc) · 462 Bytes
description Automatically generated file. DO NOT MODIFY
mgc groups threads create --group-id {group-id} --body '{
\
  "topic": "New Conversation Thread Topic",
\
  "posts": [{
\
    "body": {
\
      "contentType": "html",
\
      "content": "this is body content"
\
    },
\
    "newParticipants": [{
\
      "emailAddress": {
\
        "name": "Alex Darrow",
\
        "address": "alexd@contoso.com"
\
      }
\
    }]
\
  }]
\
}
\
'