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

Start building not clicking