{
"param": {
"emails": [
"xxx@tezign.com"
]
}
}
curl --location --request POST 'https://open-auth.tezign.com/open-api/standard/v1/user/list/queryByEmailOrPhone' \
--header 'Access-token: 711c4ceb-f0c6-4e3f-a112-ecc90f6c86c9' \
--header 'Token-type: bearer' \
--header 'x-asm-prefer-tag: version-env-07' \
--header 'Content-Type: application/json' \
--data-raw '{
"param": {
"emails": [
"xxx@tezign.com"
]
}
}'
{
"code": "string",
"message": "string",
"result": [
{
"id": 0,
"email": "string",
"isExistPhone": true,
"nickname": null,
"deptId": null,
"deptName": null,
"avatar": null,
"verifyEmail": 0,
"uid": null,
"status": null,
"logoutStatus": null,
"userType": null,
"createTime": null
}
]
}