列出指定组织的所有关注者
列出指定组织的所有关注者
Path Parameters
- org string required
组织命名空间
Header Parameters
- Authorization required
Oauth2 token或者私人token(需以Bearer加空格开头)
Responses
- 200
- 401
- 403
- 404
操作成功
- application/json
- Schema
- Example (from schema)
Schema
- Array [
- id string
id
- login string
username
- url string
用户地址
- avatar_url string
头像地址
- html_url string
用户web地址
- type string
用户类型 User | Bot
- site_admin string
触发人的是否是管理员
- ]
[
{
"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
}
]
操作失败,暂未登录
暂无权限,操作失败
组织不存在
Loading...