Hello,
is it possible to create a team via graph api and leave the description of the team empty?
i tried this:
{
"template@odata.bind": "https://graph.microsoft.com/beta/teamsTemplates('educationClass')",
"description": "",
"installedApps": [
{
"teamsApp@odata.bind": "https://graph.microsoft.com/v1.0/appCatalogs/teamsApps('1542629c-01b3-4a6d-8f76-1938b779e48d')"
}
]
}
But then the description of the o365 group is the same like the team name.