--- swagger: "2.0" x-collection-name: GitHub x-complete: 0 info: title: Github Get User Orgs description: List public and private organizations for the authenticated user. termsOfService: https://help.github.com/articles/github-terms-of-service/#b-api-terms version: 1.0.0 host: api.github.com basePath: / schemes: - http produces: - application/json consumes: - application/json paths: /user/orgs: get: summary: Get User Orgs description: List public and private organizations for the authenticated user. operationId: list-public-and-private-organizations-for-the-authenticated-user x-api-path-slug: userorgs-get parameters: - in: header name: Accept description: Is used to set specified media type - in: query name: access_token description: Your Github OAuth token responses: 200: description: OK tags: - User - Orgs x-streamrank: polling_total_time_average: "0.08" polling_size_download_average: "12752.36" streaming_total_time_average: "0.04" streaming_size_download_average: "7837.73" change_yes: "9" change_no: "2" time_percentage: "47" size_percentage: "39" change_percentage: "82" last_run: "2018-05-04" days_run: "0" minute_run: "0" ---