Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 402 Bytes

File metadata and controls

22 lines (18 loc) · 402 Bytes
description Automatically generated file. DO NOT MODIFY
mgc chats members create --chat-id {chat-id} --body '{
\
    "@odata.type": "#microsoft.graph.aadUserConversationMember",
\
    "user@odata.bind": "https://graph.microsoft.com/v1.0/users/8b081ef6-4792-4def-b2c9-c363a1bf41d5",
\
    "visibleHistoryStartDateTime": "0001-01-01T00:00:00Z",
\
    "roles": ["owner"]
\
}
\
'