List organizations for the authenticated user
List organizations for the authenticated user. **OAuth scope requirements** This only lists organizations that your authorization allows you to operate on in some way (e.g., you can list teams with `read:org` scope, you can publicize your organization membership with `user` scope, etc.). Therefore, this API requires at least `user` or `read:org` scope. OAuth requests with insufficient scope receive a `403 Forbidden` response.
/user/orgs- Source
github-v3-rest.json- Revision
f5f067c1e6f6- Active snapshot
85e53e3d0d65
Request
Query Parameters
- per_page integeroptional
Results per page (max 100)
- page integeroptional
Page number of the results to fetch.
Responses
Response
Headers
<https://api.github.com/resource?page=2>; rel="next", <https://api.github.com/resource?page=5>; rel="last" items Organization Simple objectOrganization Simple
Organization Simple
Example: https://github.com/images/error/octocat_happy.gif
Example: A great organization
Example: https://api.github.com/orgs/github/events
Example: https://api.github.com/orgs/github/hooks
Example: 1
Example: https://api.github.com/orgs/github/issues
Example: github
Example: https://api.github.com/orgs/github/members{/member}
Example: MDEyOk9yZ2FuaXphdGlvbjE=
Example: https://api.github.com/orgs/github/public_members{/member}
Example: https://api.github.com/orgs/github/repos
Example: https://api.github.com/orgs/github
Not modified
Requires authentication
Forbidden