Skip to content

Commit b22f108

Browse files
committed
Clarify org member listing permissions
1 parent 965410e commit b22f108

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

content/v3/orgs/members.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,11 @@ title: Organization Members | GitHub API
99

1010
## Members list
1111

12-
List all users who are members of an organization. A member is a user
13-
that belongs to at least 1 team in the organization. If the authenticated user is also a member of this organization then both concealed and public members will be returned. If the requester is not a member of the organization the query will be redirected to the [public members list](#public-members-list).
12+
List all users who are members of an organization. A member is a user that
13+
belongs to at least 1 team in the organization. If the authenticated user is
14+
also an owner of this organization then both concealed and public members will
15+
be returned. If the requester is not an owner of the organization the query
16+
will be redirected to the [public members list](#public-members-list).
1417

1518
GET /orgs/:org/members
1619

0 commit comments

Comments
 (0)