| 错误码 | 说明 |
|---|---|
| 20201 | staff_id 错误,找不到对应员工 |
| 20202 | type 不合法 |
| 20202 | order 不合法 |
curl --location --globoff '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={%22query_name%22%3A%22%E5%A4%9A%E9%80%891%22%2C%22query_type%22%3A%22equal%22%2C%22query_value%22%3A%222%3B4%22}&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": {}
}
]
}