Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
This repository was archived by the owner on Nov 1, 2017. It is now read-only.

Modified content/v3/orgs/members.md#878

Merged
hubot merged 1 commit intomasterfromupdate-1444933709
Oct 15, 2015
Merged
Changes fromall commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 3 additions & 4 deletionscontent/v3/orgs/members.md
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -9,9 +9,8 @@ title: Organization Members | GitHub API

## Members list

List all users who are members of an organization. A member is a user that
belongs to at least 1 team in the organization. If the authenticated user is
also an owner of this organization then both concealed and public members will
List all users who are members of an organization. If the authenticated user is
also a member of this organization then both concealed and public members will
be returned.

GET /orgs/:org/members
Expand All@@ -20,7 +19,7 @@ be returned.

Name | Type | Description
--------|---------|--------------
`filter`|`string` | Filter members returned in the list. Can be one of:<br/>* `2fa_disabled`: Members without [two-factor authentication][2fa-blog] enabled. Available for organization owners.<br/>* `all`: Allmembers the authenticated user can see.<br/><br/>Default: `all`
`filter`|`string` | Filter members returned in the list. Can be one of:<br/>* `2fa_disabled`: Members without [two-factor authentication][2fa-blog] enabled. Available for organization owners.<br/>* `all`: Allorganization members.<br/><br/>Default: `all`
`role` |`string` | Filter members returned by their role. Can be one of:<br/>* `all`: All members of the organization, regardless of role.<br/>* `admin`: Organization owners.<br/>* `member`: Non-owner organization members. **This option requires a custom media type to be specified. Please see more in the alert below.**<br/><br/>Default: `all`

[2fa-blog]: https://github.com/blog/1614-two-factor-authentication
Expand Down

[8]ページ先頭

©2009-2025 Movatter.jp