App Logo
console.neon.tech

Change Neon organization member's role

Change a joined member's role on the current Neon organization, identified by email. Free-text role matched case-insensitively against Neon's role picker (Admin, Member). Only applies to already-Joined members -- pending invites don't expose a role-change control (their role is set at invite time; cancel and re-invite with a different role instead). If the member's role already matches the requested role, this is a no-op (Neon's own menu doesn't fire a confirm dialog or API call for a same-role click) and returns changed:false. Returns the member's email, resulting role, and whether a change occurred.

Input

role required

New role name as shown in Neon's People page role menu: Admin or Member. Case-insensitive match.

email required

Email of the joined organization member whose role to change.

Output

role required
email required
changed required

FAQ

Change a joined member's role on the current Neon organization, identified by email. Free-text role matched case-insensitively against Neon's role picker (Admin, Member). Only applies to already-Joined members -- pending invites don't expose a role-change control (their role is set at invite time; cancel and re-invite with a different role instead). If the member's role already matches the requested role, this is a no-op (Neon's own menu doesn't fire a confirm dialog or API call for a same-role click) and returns changed:false. Returns the member's email, resulting role, and whether a change occurred.
Required: email, role.
It returns role, email, changed.
Yes. It acts as you on console.neon.tech: on your own Chrome it reuses your session, and on a Reduck-hosted browser it loads the console.neon.tech cookies saved by the Reduck extension.
It makes changes on console.neon.tech, like sending, posting or booking something.
Ask an AI agent connected to Reduck to run reduck/console.neon.tech/change_role, or run it from a terminal with the Reduck CLI: npx @reduck-ai/cli@latest run --script reduck/console.neon.tech/change_role
It is part of Reduck's official curated catalogue.

Start building not clicking