List organizations
Lists all organizations, in the order that they were created on GitHub Enterprise Server. **Note:** Pagination is powered exclusively by the `since` parameter. Use the [Link header](https://docs.github.com/[email protected]/rest/overview/resources-in-the-rest-api#link-header) to get the URL for the next page of organizations.
/organizations- Source
github-v3-rest.json- Revision
f5f067c1e6f6- Active snapshot
85e53e3d0d65
Request
Query Parameters
- since integeroptional
An organization ID. Only return organizations with an ID greater than this ID.
- per_page integeroptional
Results per page (max 100)
Responses
Response
Headers
Example: <https://api.github.com/organizations?since=135>; rel="next"
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