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
{{ message }}
This repository was archived by the owner on Nov 1, 2017. It is now read-only.
Copy file name to clipboardExpand all lines: content/changes/2012-10-17-org-members-redirection.md
+15-2Lines changed: 15 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,9 +5,22 @@ created_at: 2012-10-17
5
5
author_name:pezra
6
6
---
7
7
8
-
Requesting the[member list](/v3/orgs/members/index.html#members-list) of an organization of which you are not a member now redirects to the[public members list](v3/orgs/members/index.html#public-members-list). Similarly, requests to[membership check](/v3/orgs/members/index.html#check-membership) resources of an organization of which you are not a member are redirected to the equivalent[public membership check](/v3/orgs/members/index.html#check-public-membership). One exception to the latter case is that if you are checking about your own membership the request is not redirected. You are always allowed to know what organizations you belong to.
8
+
Requesting the[member list](/v3/orgs/members/index.html#members-list) of an
9
+
organization of which you are not a member now redirects to the[public members
10
+
list](v3/orgs/members/index.html#public-members-list). Similarly, requests to
11
+
[membership check](/v3/orgs/members/index.html#check-membership) resources of
12
+
an organization of which you are not a member are redirected to the equivalent
One exception to the latter case is that if you are checking about your own
15
+
membership the request is not redirected. You are always allowed to know what
16
+
organizations you belong to.
9
17
10
-
The changes where made to clarify the purpose of these various resources. The`/orgs/{org}/members` resources are intended for use by members of the organization in question. The`/orgs/{org}/public_members` resources are for acquiring information about the public membership of organizations. If you are not a member you are not allowed to see private membership information so you should be using the public membership resources.
18
+
The changes where made to clarify the purpose of these various resources. The
19
+
`/orgs/:org/members` resources are intended for use by members of the
20
+
organization in question. The`/orgs/:org/public_members` resources are for
21
+
acquiring information about the public membership of organizations. If you are
22
+
not a member you are not allowed to see private membership information so you
23
+
should be using the public membership resources.
11
24
12
25
If you have any questions or feedback, please drop us a line at
13
26
[support@github.com](mailto:support@github.com?subject=Org members API).