Authorization: Bearer ********************curl --location --request POST '/hire/v1/talents/batch_get_id' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"mobile_code": "86",
"mobile_number_list": [
"182900291190"
],
"email_list": [
"foo@bytedance.com"
],
"identification_type": 1,
"identification_number_list": [
"identification"
]
}'{
"code": 0,
"msg": "success",
"data": {
"talent": [
{
"talent_id": "6891560630172518670",
"mobile_code": "86",
"mobile_number": "182900291190",
"email": "foo@bytedance.com",
"identification_type": 1,
"identification_number": "130xxxxxxxxx"
}
]
}
}
【飞书】API开发者 微信交流群
用微信扫右侧二维码,加入【飞书】API开发者 交流群,互助沟通

扫码加入交流群