App Logo
github.com

List GitHub org members and roles

List a GitHub organization's members (login, org role Owner/Member, profile URL) and pending invitations (email, role). Reads the org's People and Invitations tabs. Requires org (the org login/slug).

Input

org required

GitHub organization login, e.g. "acme" (from github.com/orgs/<org>/people).

Output

org required
members required
pendingInvitations required
membersNote optional
pendingInvitationsNote optional

FAQ

List a GitHub organization's members (login, org role Owner/Member, profile URL) and pending invitations (email, role). Reads the org's People and Invitations tabs. Requires org (the org login/slug).
Required: org.
It returns org, members, membersNote, pendingInvitations, pendingInvitationsNote.
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 only reads. It looks things up on github.com and changes nothing there.
Ask an AI agent connected to Reduck to run reduck/github.com/list_users_and_roles, or run it from a terminal with the Reduck CLI: npx @reduck-ai/cli@latest run --script reduck/github.com/list_users_and_roles
It is part of Reduck's official curated catalogue.

Start building not clicking