Authorization: Bearer ********************
[
{
"guid": "39890479-f96d-46e7-8bde-93bb4945a31a",
"dateOfBirth": "1997-01-01",
"address": {
"street": "珠江西路15号",
"postalCode": "510623",
"countryCode": "CN"
},
"jobInfo": {
"company": "广州中望龙腾软件股份有限公司",
"industry": "计算机软件",
"department": "研发中台",
"title": "测试工程师"
},
"isEmailReceiveInfo": true
},
{
"guid": "2eb0e44e-28f4-488d-8f03-a191b9fb03fb",
"displayName": "JLLLL"
}
]
curl --location --request POST 'https://accounts.zwsoft.cn/api/v1.0/trusted/users/details' \
--header 'Authorization;' \
--header 'Content-Type: application/json' \
--data-raw '[
{
"guid": "39890479-f96d-46e7-8bde-93bb4945a31a",
"dateOfBirth": "1997-01-01",
"address": {
"street": "珠江西路15号",
"postalCode": "510623",
"countryCode": "CN"
},
"jobInfo": {
"company": "广州中望龙腾软件股份有限公司",
"industry": "计算机软件",
"department": "研发中台",
"title": "测试工程师"
},
"isEmailReceiveInfo": true
},
{
"guid": "2eb0e44e-28f4-488d-8f03-a191b9fb03fb",
"displayName": "JLLLL"
}
]'
{
"status": 0,
"message": "success",
"error": null,
"data": [
{
"error": null,
"userInfo": {
"dateOfBirth": "2008-01-01",
"address": {
"street": "珠江西路12345号",
"postalCode": "510623",
"city": null,
"provinceName": null,
"countryName": null,
"countryCode": "CN"
},
"jobInfo": {
"company": "zw",
"industry": "车辆与交通运输",
"department": "测试11下/腾讯公司/超级无敌长的部门名1/超级无敌长的部门名2/超级无敌长的部门名3/超级无敌长的部门名4/超级无敌长的部门名",
"title": "测试工程师6"
},
"isPhoneReceiveInfo": false,
"isEmailReceiveInfo": false,
"fromClient": "CP",
"externalLoginInfos": [
{
"provider": "Huawei",
"displayName": "hid32648117",
"externalID": "MDHHfZjk8h90SVD3t8eH9qmPJTZvMTn50hzHhQeSkRxpvA"
}
],
"guid": "39890479-f96d-46e7-8bde-93bb4945a31a",
"firstName": "嘉良",
"lastName": "Li",
"displayName": "嘉良 Li",
"profileImage": "https://test.resources.zwsoft.cn/prd/ZwsoftAccounts/public/userHeadImg/UtrXIbFfU-shYijOGiAEKqwzFiBnKLEPLKAsdFVd48kVCgVnpoIrRvTVxAyTRzJ5/originalPic.png?v=1720508437",
"preferredLanguage": "zh-CN",
"userName": "LIJIALIANG1",
"phone": null,
"email": null,
"itc": null,
"accountState": "Normal",
"securityStamp": "9aa256c2-afb2-43ee-b429-26298ec4a4e1",
"rememberLogin": false,
"isEmployee": false,
"createTime": "2022-06-07T09:04:18.000Z",
"lastLoginTime": "2025-03-10T02:04:56.711Z",
"region": "CN"
}
},
{
"error": null,
"userInfo": {
"dateOfBirth": "2004-5-9",
"address": {
"street": "珠江西路20号",
"postalCode": null,
"city": null,
"provinceName": null,
"countryName": "中国",
"countryCode": null
},
"jobInfo": {
"company": "zw",
"industry": "高科技与生活",
"department": "中台bbb",
"title": null
},
"isPhoneReceiveInfo": false,
"isEmailReceiveInfo": false,
"fromClient": "accounts",
"externalLoginInfos": [
{
"provider": "WeChat",
"displayName": "李嘉良",
"externalID": "oMo86tzj2SjizZzK4-_6-J6GTok4"
}
],
"guid": "2eb0e44e-28f4-488d-8f03-a191b9fb03fb",
"firstName": "-",
"lastName": "-",
"displayName": "JLLLL",
"profileImage": "https://test.resources.zwsoft.cn/prd/ZwsoftAccounts/public/userHeadImg/WNHLoiGhNL3hXvIgJ-Wff5NGUrWMHejhwxSV65lZRQOq_0-VqajXR40EiwKkq_rC/originalPic.png?v=1678847665",
"preferredLanguage": "zh-CN",
"userName": "WUZ90R6SXK",
"phone": null,
"email": null,
"itc": null,
"accountState": "Normal",
"securityStamp": "5fd7f48f-317b-40d8-80f1-dd350296419c",
"rememberLogin": false,
"isEmployee": false,
"createTime": "2022-06-20T10:03:41.000Z",
"lastLoginTime": "2025-03-10T06:47:25.429Z",
"region": "CN"
}
}
]
}