App Logo
supabase.com

Invite Team Member

Invites a new member to a Supabase organization by email with a given role (matched against the org's own role picker, e.g. Owner/Administrator/Developer). Supabase org membership is invite-based, so this sends an invitation rather than creating an active member directly. Returns the invited email, matched role, and pending status.

Input

role required

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

email required

Email address to invite.

orgId required

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

Output

role required
email required
orgId required
status required
invitedAt required

FAQ

Invites a new member to a Supabase organization by email with a given role (matched against the org's own role picker, e.g. Owner/Administrator/Developer). Supabase org membership is invite-based, so this sends an invitation rather than creating an active member directly. Returns the invited email, matched role, and pending status.
Required: orgId, email, role.
It returns role, email, orgId, status, invitedAt.
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/create_user, or run it from a terminal with the Reduck CLI: npx @reduck-ai/cli@latest run --script reduck/supabase.com/create_user
It is part of Reduck's official curated catalogue.

Start building not clicking