App Logo
supabase.com

Change Team Member Role

Changes an existing active member's role in a Supabase organization, identified by email. Matches the requested role against the org's own role picker (e.g. Owner/Administrator/Developer). Only works on already-active members — a pending invitee's role must be set at invite time (create_user) since Supabase disables role editing until the invite is accepted. Returns the role before and after the change.

Input

role required

New role name matched against the organization's own role picker (e.g. "Owner", "Administrator", "Developer"). Case-insensitive.

email required

Email of the active member whose role should change.

orgId required

Organization slug, e.g. "czohueidxubssokhivlp" (from list_users_and_roles' orgSlug field).

Output

email required
orgId required
roleAfter required
roleBefore required

FAQ

Changes an existing active member's role in a Supabase organization, identified by email. Matches the requested role against the org's own role picker (e.g. Owner/Administrator/Developer). Only works on already-active members — a pending invitee's role must be set at invite time (create_user) since Supabase disables role editing until the invite is accepted. Returns the role before and after the change.
Required: orgId, email, role.
It returns email, orgId, roleAfter, roleBefore.
Yes. It acts as you on supabase.com: on your own Chrome it reuses your session, and on a Reduck-hosted browser it loads the supabase.com cookies saved by the Reduck extension.
It makes changes on supabase.com, like sending, posting or booking something.
Ask an AI agent connected to Reduck to run reduck/supabase.com/change_role, or run it from a terminal with the Reduck CLI: npx @reduck-ai/cli@latest run --script reduck/supabase.com/change_role
It is part of Reduck's official curated catalogue.

Start building not clicking