App Logo
asana.com

Change Asana team member's role

Change a team member's role (Team admin / Member), identified by email, via Team Settings > Members > role dropdown. Fails loudly if the target role is disabled for that member (e.g. Asana blocks guests from outside the org's domain from becoming Team admin). Requires login and team-admin permission. Returns the role before and after the change.

Input

role required

New role. Note: guests outside the org's domain cannot be set to 'Team admin' — Asana disables this and the script throws.

email required

Email of the member to change.

teamName required

Team name as shown in the sidebar (case-insensitive substring match).

Output

team required
email required
newRole required
previousRole required

FAQ

Change a team member's role (Team admin / Member), identified by email, via Team Settings > Members > role dropdown. Fails loudly if the target role is disabled for that member (e.g. Asana blocks guests from outside the org's domain from becoming Team admin). Requires login and team-admin permission. Returns the role before and after the change.
Required: teamName, email, role.
It returns team, email, newRole, previousRole.
Yes. It acts as you on asana.com: on your own Chrome it reuses your session, and on a Reduck-hosted browser it loads the asana.com cookies saved by the Reduck extension.
It makes changes on asana.com, like sending, posting or booking something.
Ask an AI agent connected to Reduck to run reduck/asana.com/change_role, or run it from a terminal with the Reduck CLI: npx @reduck-ai/cli@latest run --script reduck/asana.com/change_role
It is part of Reduck's official curated catalogue.

Start building not clicking