Github API - Test Config

GET /users/{username}/orgs
users
orgs

List public organization memberships for the specified user.

This method only lists public memberships, regardless of authentication. If you need to fetch all of the organization memberships (public and private) for the authenticated user, use the List organizations for the authenticated user API instead.
List organizations for a user

Arguments
key username

username [scalar]

The handle for the GitHub user account.

API:
Github Open API
(version: 1.1.4)

key per-page

per-page [scalar]

The number of results per page (max 100).

API:
Github Open API
(version: 1.1.4)

key page

page [scalar]

Page number of the results to fetch.

API:
Github Open API
(version: 1.1.4)

Returns
200 application/json organization-simple []

organization-simple [object]

A GitHub organization.

Attributes
avatar_url string

description string

events_url string

hooks_url string

id integer

issues_url string

login string

members_url string

node_id string

public_members_url string

repos_url string

url string

API:
Github Open API
(version: 1.1.4)
API:
Github Open API
(version: 1.1.4)