Note: Pagination is powered exclusively by the since parameter. Use the Link header to get the URL for the next page of organizations.

To learn more, visit the GitHub documentation.

Example Output

{    "value": [        {            "avatar_url": "https://github.com/images/error/octocat_happy.gif",            "description": "A great organization",            "events_url": "https://api.github.com/orgs/github/events",            "hooks_url": "https://api.github.com/orgs/github/hooks",            "id": 1,            "issues_url": "https://api.github.com/orgs/github/issues",            "login": "github",            "members_url": "https://api.github.com/orgs/github/members{/member}",            "node_id": "MDEyOk9yZ2FuaXphdGlvbjE=",            "public_members_url": "https://api.github.com/orgs/github/public_members{/member}",            "repos_url": "https://api.github.com/orgs/github/repos",            "url": "https://api.github.com/orgs/github"        }    ]}

Workflow Library Example

List All Organizations with Github and Send Results Via Email

Preview this Workflow on desktop