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
- 200
- 401
- 403
- 404
successful
- application/json
- Schema
- Example (from schema)
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
- ]
[
{
"id": "62c791bede9059102516aa8f",
"login": "lik0914",
"url": "https://api.atomgit.com/users/lik0914",
"avatar_url": "https://xxx.com/uploads/user/1657265547983_3769.png",
"html_url": "https://atomgit.com/lik0914",
"type": "User",
"site_admin": false
}
]
Operation failed, not logged in yet.
No permission, operation failed.
The organization does not exist.
Loading...