curl --location --request GET 'https://developer.salesmartly.com/api/v2/get-member-list?project_id=f8f2b8&page=1&page_size=20' \
--header 'external-sign;'
{
"code": 0,
"data": {
"list": [
{
"id": 0,
"project_id": 0,
"sys_user_id": 0,
"type": 0,
"identity_id": 0,
"online_status": 0,
"assign_limit": 0,
"online_time_switch": 0,
"information_hidden": 0,
"is_del": 0,
"created_time": 0,
"updated_time": 0,
"online_time_timezone": "string",
"online_time_configure": "string",
"nickname": "string",
"email": "string",
"avatar": "string",
"identity_name": "string",
"groups": [
{
"group_id": 0,
"group_name": "string"
}
]
}
],
"page": 0,
"page_size": 0,
"total": 0
},
"msg": "string"
}