How can I add a user to an Asana team as a "Team admin"!?

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!

@Dillion_Castillo,

I’ve moved your topic to a different category so @Phil_Seeman, errr…I mean someone who can help will be more likely to see it as a development question.

Thanks,

Larry

2 Likes

Hi @Dillion_Castillo,

I’ve checked on this with one of my dev contacts at Asana and the answer seems to be no, it’s not possible to set a user as a team admin via the API.

1 Like

Thanks for confirming.

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.