App Logo
github.com

Invite user to GitHub org

Invite a person to a GitHub organization (org membership is invite-based, not instant). Identify the invitee by username, full name, or email (must resolve to a suggestion in GitHub's own invite search and not already be a member). Optional role: "member" (default) or "owner". Returns the confirmation banner text.

Input

org required

GitHub organization login/slug, e.g. "testeraccount-pointandclick-org".

identifier required
role optional

Output

org required
role required
message required

The confirmation banner text shown after sending the invitation.

identifier required

FAQ

Invite a person to a GitHub organization (org membership is invite-based, not instant). Identify the invitee by username, full name, or email (must resolve to a suggestion in GitHub's own invite search and not already be a member). Optional role: "member" (default) or "owner". Returns the confirmation banner text.
Required: org, identifier. Optional: role.
It returns org, role, message, identifier.
Yes. It acts as you on github.com: on your own Chrome it reuses your session, and on a Reduck-hosted browser it loads the github.com cookies saved by the Reduck extension.
It makes changes on github.com, like sending, posting or booking something.
Ask an AI agent connected to Reduck to run reduck/github.com/create_user, or run it from a terminal with the Reduck CLI: npx @reduck-ai/cli@latest run --script reduck/github.com/create_user
It is part of Reduck's official curated catalogue.

Start building not clicking