github-users
GitHub 서비스에서 조직 계정 목록을 조회합니다.
github-users [profile=PROFILE]
- profile=PROFILE
- GitHub 접속 프로파일 식별자
출력 필드
필드 | 타입 | 이름 | 설명 |
---|---|---|---|
profile | 문자열 | 접속 프로파일 | GitHub 접속 프로파일 식별자 |
id | 64비트 정수 | ID | 64비트 정수 |
type | 문자열 | 유형 | 예: User |
login | 문자열 | 로그인 이름 | 예: octocat |
site_admin | 불리언 | 사이트 관리자 | |
node_id | 문자열 | 노드 ID | 예: MDQ6VXNlcjE= |
gravatar_id | 문자열 | 그라바타 ID | 예: 41d064eb2195891e12d0413f63227ea7 |
url | 문자열 | URL | 예: https://api.github.com/users/octocat |
html_url | 문자열 | HTML URL | 예: https://github.com/octocat |
avatar_url | 문자열 | 아바타 URL | 예: https://github.com/images/error/octocat_happy.gif |
repos_url | 문자열 | 저장소 URL | 예: https://api.github.com/users/octocat/repos |
following_url | 문자열 | 팔로잉 URL | 예: https://api.github.com/users/octocat/following{/other_user} |
followers_url | 문자열 | 팔로워 URL | 예: https://api.github.com/users/octocat/followers |
starred_url | 문자열 | 별표 URL | 예: https://api.github.com/users/octocat/starred{/owner}{/repo} |
gists_url | 문자열 | Gists URL | 예: https://api.github.com/users/octocat/gists{/gist_id} |
organizations_url | 문자열 | 조직 URL | 예: https://api.github.com/users/octocat/orgs |
subscriptions_url | 문자열 | 서브스크립션 URL | 예: https://api.github.com/users/octocat/subscriptions |
events_url | 문자열 | 이벤트 URL | 예: https://api.github.com/users/octocat/events{/privacy} |
received_events_url | 문자열 | 수신 이벤트 URL | 예: https://api.github.com/users/octocat/received_events |