获取群成员资料
POST
/v1/WeWork/Group/MemberList请求参数
Query 参数
Token
string
Token
示例值:
{{Token}}
Uid
string
机器人Uid
示例值:
22518027997123456
Header 参数
Content-Type
string
可选
示例值:
application/json
Body 参数application/json
Gid
integer
群组ID
示例
{
"Gid": 10696049798021234
}
示例代码
返回响应
成功(200)
HTTP 状态码: 200
内容格式: JSONapplication/json
数据结构
object {0}
示例成功示例
{
"CgiBaseResponse": {
"Ret": 0,
"ErrMsg": "ok"
},
"ResponseData": {
"GroupID": 10696049123420734,
"OwnerVid": 168881234042259,
"GroupName": "企业群组1",
"GroupUsers": [
{
"WxUid": 78813031630123460,
"Vid": 7881299938123463,
"Time": 1645580288
},
{
"WxUid": 7881123401953166,
"Vid": 1688850111238387,
"Time": 1621130681
}
]
},
"Data": null
}
最后修改时间: 3 年前