{
"names": [
"xxx",
"xxx"
],
"mobiles": [
"186xxxxxxxx",
"181xxxxxxxx"
],
"emails": [
"xxx@qq.com",
"xxx@qq.com"
]
}
curl --location --request POST 'https://openapi.weiling.cn/openapi/user/detail?access_token=' \
--header 'Content-Type: application/json' \
--data-raw '{
"names": [
"xxx",
"xxx"
],
"mobiles": [
"186xxxxxxxx",
"181xxxxxxxx"
],
"emails": [
"xxx@qq.com",
"xxx@qq.com"
]
}'
{
"msg": "string",
"code": "string",
"data": {
"data_list": [
{
"userid": "string",
"wxcp_userid": "string",
"name": "string",
"mobile": "string",
"depts": [
{
"dept_id": "string",
"name": "string"
}
],
"position": "string",
"gender": 0,
"email": "string",
"avatar": "string",
"telephone": "string",
"alias": "string",
"status": 0,
"saas_status": 0,
"qr_code": "string"
}
]
}
}