| description | Automatically generated file. DO NOT MODIFY |
|---|
mgc teams create --body '{
\
"template@odata.bind":"https://graph.microsoft.com/v1.0/teamsTemplates('standard')",
\
"displayName":"My Sample Team",
\
"description":"My Sample Team’s Description",
\
"members":[
\
{
\
"@odata.type":"#microsoft.graph.aadUserConversationMember",
\
"roles":[
\
"owner"
\
],
\
"user@odata.bind":"https://graph.microsoft.com/v1.0/users('jacob@contoso.com')"
\
}
\
]
\
}
\
'