Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 325 Bytes

File metadata and controls

20 lines (16 loc) · 325 Bytes
description Automatically generated file. DO NOT MODIFY
mgc teams members create --team-id {team-id} --body '{
\
    "@odata.type": "#microsoft.graph.aadUserConversationMember",
\
    "roles": ["owner"],
\
    "user@odata.bind": "https://graph.microsoft.com/v1.0/users('jacob@contoso.com')"
\
}
\
'