Hello!
Tool: Power Automate
I HOPE this is a simple fix. I’m creating a team, parse json, adding a member to said team BUT I am not able to set them as a Team admin. How can I accomplish this?
Here is my JSON body:
{
“data”: {
“user”: “120108191tester”,
“is_admin”: true
}
}.
Here is the raw output:
“body”: {
“data”: {
“gid”: “121058tester”,
“resource_type”: “team_membership”,
“team”: {
“gid”: “1210584123847835”,
“resource_type”: “team”,
“name”: “Test Delete Me”
},
“is_limited_access”: false,
“is_guest”: false,
“is_admin”: false,
“user”: {
“gid”: “120108tester”,
“resource_type”: “user”,
“name”: “John Doeski”
}
}
}
}
Thoughts? Do I need to parse this and leverage a different endpoint?
Any help would be greatly appreciated!