错误码 | 说明 |
---|---|
20201 | staff_id 错误,找不到对应员工 |
20202 | type 不合法 |
20202 | order 不合法 |
curl --location -g --request GET 'https://open.weibanzhushou.com/open-api/external_user/list?staff_id=zhangsan&type_=1&phone_number=13322665599&order=asc&start_time=1592576435&end_time=1592576435&limit=30&offset=0&custom_field_filter={"query_name":"多选1","query_type":"equal","query_value":"2;4"}&access_token='
{
"errcode": 0,
"errmsg": "string",
"total": 0,
"external_user_list": [
{
"id": "string",
"type": 0,
"unionid": "string",
"created_at": 0,
"name": "string",
"avatar": "string",
"corp_full_name": "string",
"corp_name": "string",
"gender": 0,
"position": "string",
"organization_correlation_time": 0,
"organization_id": 0,
"score": 0,
"tyc_id": 0,
"external_profile": {}
}
]
}