Hi,
I get a weird issue when I do create a Team from a Group (Team is actually created even exception below is throw) It looks like a Channel ID, isn't it?
19:68a06c03a15b49ec88acdcbb0b857321@thread.tacv2 is not part of groupId
Steps I follow:
https://graph.microsoft.com/v1.0/groups
{
"description": "Group for grid 3",
"displayName": "grid 3",
"groupTypes": [
"Unified"
],
"mailEnabled": true,
"mailNickname": "grid3_7037754",
"securityEnabled": false,
"owners@odata.bind": [
"https://graph.microsoft.com/v1.0/users/xxxx"
],
"members@odata.bind": [
"https://graph.microsoft.com/v1.0/users/xxxx"
]
}
https://graph.microsoft.com/v1.0/groups/{e559a3ff-9a3e-4862-8ad3-2b37a807f1b2}/team
{
"memberSettings": {
"allowCreateUpdateChannels": false,
"allowDeleteChannels": false,
"allowAddRemoveApps": true,
"allowCreateUpdateRemoveTabs": false,
"allowCreateUpdateRemoveConnectors": false
},
"guestSettings": {
"allowCreateUpdateChannels": false,
"allowDeleteChannels": false
}
}
