You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/v3/orgs/members.md
+5-2Lines changed: 5 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,8 +9,11 @@ title: Organization Members | GitHub API
9
9
10
10
## Members list
11
11
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).
0 commit comments