{
"param": {
"userIds": [
152614,
100983,
155254,
155258,
1,
7
]
}
}
curl --location --request POST 'https://open-auth.tezign.com/open-api/standard/v1/query-user-simple-info-list' \
--header 'Access-token: 3c2035bd-7090-4acb-902e-d63cae6e0718' \
--header 'Token-type: bearer' \
--header 'x-asm-prefer-tag: version-env-07' \
--header 'Content-Type: application/json' \
--data-raw '{
"param": {
"userIds": [
152614,
100983,
155254,
155258,
1,
7
]
}
}'
{
"code": "0",
"message": "success",
"result": [
{
"id": 112911,
"email": "randomEmail_1663591118290661376@temp.com",
"isExistPhone": true,
"nickname": "xxx",
"deptId": 2624,
"deptName": "xxx",
"dimensionItemInfoLit": [
{
"id": 1,
"name": "维度2"
},
{
"id": 2,
"name": "维度1"
}
],
"avatar": "",
"verifyEmail": 1,
"uid": "6ef9b7f897c84acea27e81cac0ba8750",
"status": 0,
"logoutStatus": 0,
"userType": 0,
"createTime": 1685466006000,
"roleList": null,
"lineManagerUserId": null
}
]
}