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