该文档为第一版接口,后续将弃用,目前已不再更新维护,建议您使用新的接口文档进行请求:https://salesmartly-api.apifox.cn
curl --location --request GET 'https://api.salesmartly.com/api/chat-group/get-members-list-new?project_id=&group_uid=&channel_id' \
--header 'external-sign;'
{
"data": {
"list": [
{
"group_uid": "string",
"member_uid": "string",
"avatar": "string",
"name": "string",
"phone": "string",
"role_type": "string"
}
],
"total": 0,
"page": 0,
"page_size": 0
},
"count": {},
"code": 0,
"msg": "string"
}