| 身份名称 | 身份类型 |
|---|---|
| 手机号码 | mobile |
| 邮箱 | |
| 微信openid | wechat_openid |
| 微信unionid | wechat_unionid |
| 企业微信联系人 | external_userid |
| 第三方身份 | thirdparty_channel |
[
{
"identities": [
{
"type": "mobile",
"value": "19667348978",
"name": "手机号"
}
],
"fields": {
"fieldcode1": "value1",
"fieldcode2": "value2"
},
"fields_source": {
"source_type": "thirdparty_custom_source",
"source_value": "voluptate dolor"
}
}
]curl --location --request POST 'https://jingopenapi.jingsocial.com/v1/user/create?returnFull=true' \
--header 'app_id: ' \
--header 'access_token: {{access_token_ep}}' \
--header 'Content-Type: application/json' \
--data-raw '[
{
"identities": [
{
"type": "mobile",
"value": "19667348978",
"name": "手机号"
}
],
"fields": {
"fieldcode1": "value1",
"fieldcode2": "value2"
},
"fields_source": {
"source_type": "thirdparty_custom_source",
"source_value": "voluptate dolor"
}
}
]'{
"request_id": "0cebb5c1dcfc4a13814bb28184d2c39b",
"code": 0,
"msg": "success",
"data": {
"success": [
{
"leads_info": {
"stage_name": "已会面"
},
"identities": [
{
"name": "手机号",
"type": "mobile",
"value": "15112654318"
}
]
}
],
"failure": []
}
}