Hey Guys,
i have the problem, that I cannot add Users as "member" to a existing teams via Microsoft Graph. I can add the user as an "owner", but when I try to make the same action as a member, i get a failure:
https://graph.microsoft.com/v1.0/teams/bd774aac-9ff3-41f2-9153-5406e7543e14/members
{
"@odata.type": "#microsoft.graph.aadUserConversationMember",
"roles": ["member"],
"user@odata.bind": "https://graph.microsoft.com/v1.0/users('4766eae6-3619-4d26-a136-60edf1548587')"
}
Is there any possibility to add a user as a normal member?