App Logo
github.com

Remove user from GitHub org

Remove a person from a GitHub organization. If they're an accepted member, identify by GitHub username and this removes their org membership. If they're still a pending invitation, identify by the email/username they were invited with and this cancels the invitation instead. Returns which case applied and the confirmation banner text.

Input

org required

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

identifier required

The member's GitHub username (for accepted members) or the email/identifier they were invited with (for pending invitations).

Output

org required
message required

The confirmation banner text.

identifier required
removedFrom required

FAQ

Remove a person from a GitHub organization. If they're an accepted member, identify by GitHub username and this removes their org membership. If they're still a pending invitation, identify by the email/username they were invited with and this cancels the invitation instead. Returns which case applied and the confirmation banner text.
Required: org, identifier.
It returns org, message, identifier, removedFrom.
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/delete_user, or run it from a terminal with the Reduck CLI: npx @reduck-ai/cli@latest run --script reduck/github.com/delete_user
It is part of Reduck's official curated catalogue.

Start building not clicking