Skip to main content

List all followers of the specified organization.

List all followers of the specified organization.

Path Parameters
  • org string required

    Organization path

Header Parameters
  • Authorization required

    Oauth2 token or private token (must be prefixed with 'Bearer' followed by a space).

Responses

successful


Schema
  • Array [
  • id string

    id

  • login string

    username

  • url string

    API endpoint for querying user information.

  • avatar_url string

    user avatar url

  • html_url string

    user profile url.

  • type string

    user type is User or Bot

  • site_admin string

    actor is the user an administrator

  • ]
Loading...