Forum Discussion
eynarain
Aug 05, 2019Brass Contributor
Microsoft graph add member
I'm trying to add a member to an existing team through graph API. I'm doing the following: 1. Obtained the bearer access token by using client_credentials flow 2. Obtained the id of the user and...
Rob Ellis
Aug 06, 2019Bronze Contributor
In the body, try this instead:
"@odata.id": "https://graph.microsoft.com/v1.0/users/{user_id}"
"@odata.id": "https://graph.microsoft.com/v1.0/users/{user_id}"