Skip to content

Instantly share code, notes, and snippets.

@holysugar
Created November 21, 2013 07:43
Show Gist options
  • Save holysugar/7577464 to your computer and use it in GitHub Desktop.
Save holysugar/7577464 to your computer and use it in GitHub Desktop.
GitHub の organization のメンバーリスト
curl -u username https://api.github.com/orgs/organizationname/members | jq '.[].login'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment