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

false when the member already had the requested role -- Neon's menu no-ops on a same-role click with no confirm dialog or API call.

Start building not clicking