获取群组的所有成员列表(包含群主).
Request
HTTP request
GET https://www.featapi.com/api/party/group/{id}/get_member/
Parameters
Path parameters
Parameter name | Value | Description |
---|---|---|
id | string | 群组 ID |
Authorization
该请求需要授权以下scopes访问权限:
Scopes |
---|
party_group |
For more information, see the authentication and authorization page.
Request body
无需提交请求体信息。
Response
如果请求成功,该API返回该群组的所有群成员列表在响应体信息。
200 Returns member list of the Group successfully
{
"data": [
{
"id": 7738,
"user": 9716362343737,
"fullname": "潘 丽达",
"first_name": "潘",
"last_name": "丽达",
"status": 300,
"contact_time": "2020-04-03T06:37:11.990456Z",
"expertise": "还原犯罪案发现场、凶案推理",
"timezone": "Asia/Shanghai",
"timezone_utc_offset": "+08:00",
"location": "CHN",
"avatar": "/media/storage/avatars/BIlMmGJuXUY8AH6wORC9mBo3X8ijAtWDRT3iBphX.jpeg",
"is_removed": true
},
{
"id": 7732,
"user": 3517745432403,
"fullname": "石 佳",
"first_name": "佳",
"last_name": "石",
"status": 300,
"contact_time": "2020-06-11T11:14:54.686744Z",
"expertise": "蒸特色水蛋",
"timezone": "America/New_York",
"timezone_utc_offset": "-04:00",
"location": "USA•New York",
"avatar": "/media/3517745432403/avatar/3517745432403.jpg",
"is_removed": false
},
{
"id": 7731,
"user": 7815803339127,
"fullname": "黎 明",
"first_name": "明",
"last_name": "黎",
"status": 300,
"contact_time": "2020-06-11T11:14:54.686744Z",
"expertise": "中式英语",
"timezone": "Unknown",
"timezone_utc_offset": null,
"location": "CHN",
"avatar": "/media/7815803339127/avatar/blob_5BrnPkO",
"is_removed": false
},
{
"id": 7730,
"user": 7815769374283,
"fullname": "WenWei Yang",
"first_name": "WenWei",
"last_name": "Yang",
"status": 300,
"contact_time": "2020-06-11T11:14:54.686744Z",
"expertise": "P2P专家",
"timezone": "America/New_York",
"timezone_utc_offset": "-04:00",
"location": "USA•New York",
"avatar": "/media/7815769374283/avatar/blob_Pb0mraD",
"is_removed": false
}
]
}