App Logo
console.neon.tech

Invite Neon organization member

Invite (create) a member on the current Neon organization by email and role. Role is free-text matched case-insensitively against Neon's own invite role picker (Admin, Member). Membership is invite-based; the invitee starts as Pending until they accept (or may auto-join if their Neon account already exists, per Neon's own behavior). Returns the invitation's email, role, id and invited-at timestamp.

Input

role required

Org role to invite them with. "Member" is Neon's own role name for what its UI currently displays as "Editor" — pass the role name, not the UI label; both are accepted case-insensitively.

email required

Email address to invite.

Output

role required
email required
invitationId required
invitedAt optional

FAQ

Invite (create) a member on the current Neon organization by email and role. Role is free-text matched case-insensitively against Neon's own invite role picker (Admin, Member). Membership is invite-based; the invitee starts as Pending until they accept (or may auto-join if their Neon account already exists, per Neon's own behavior). Returns the invitation's email, role, id and invited-at timestamp.
Required: email, role.
It returns role, email, invitedAt, invitationId.
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/create_user, or run it from a terminal with the Reduck CLI: npx @reduck-ai/cli@latest run --script reduck/console.neon.tech/create_user
It is part of Reduck's official curated catalogue.

Start building not clicking