{
"corpAccessToken": {{corpAccessToken}},
"corpId": {{corpId}},
"currentOpenUserId": {{openUserId}},
"data": {
"dataObjectApiName": "PersonnelObj",
"search_query_info": {
"limit": 5,
"offset": 0,
"filters":[
{
"field_name":"user_id",
"field_values":[
"FSUID_C21260C49A6817DCABBE9985AE84111A"
],
"operator":"EQ"
}
]
}
}
}
curl --location --request POST 'https://open.fxiaoke.com/cgi/user/update' \
--header 'Content-Type: application/json' \
--data-raw '{
"corpAccessToken":"xxxxx",
"corpId":"corp-xxxx",
"user":
{
"openUserId":"fsuid_openId2",
"name":"xx-name",
"fullName":"xxx-fullName",
"position":"经理",
"gender":"M",
"mobile":"15845698456",
"email":"xxx@fxiaoke.com",
"qq":"45682156",
"weixin":"15010478956",
"attachingDepartmentIds":[1,2,3],
"employeeNumber":"168XXXX123",
"hireDate":"1504173600000",
"birthDate":"1504627199000",
"startWorkDate":"1504173600000",
"leaderId":"FSUID_XXXXXXXXXXXXXXXXXXX"
}
}'
{
"errorCode": 0,
"errorMessage": "success"
}
【纷享销客】API开发者 微信交流群
用微信扫右侧二维码,加入【纷享销客】API开发者 交流群,互助沟通