应用类型 | 是否支持调用 | 权限申请方式 | API Explorer调试 |
---|---|---|---|
企业内部应用 | 是 | 开发者后台申请 | 调试 |
第三方企业应用 | 否 | — | — |
第三方个人应用 | 否 | — | — |
{
"extension": {
"爱好": "旅游",
"年龄": "24"
},
"mobile": "1851302xxxx",
"telephone": "010-86123456-2345",
"remark": "备注备注",
"language": "zh_CN",
"hide_mobile": "false",
"title": "技术总监",
"hired_date": "1597573616828",
"userid": "zhangsan",
"work_place": "未来park",
"dept_title_list": {
"dept_id": "2",
"title": "资深产品经理"
},
"dept_order_list": {
"dept_id": "2",
"order": "1"
},
"senior_mode": "false",
"org_email": "test@xxx.com",
"name": "张三",
"dept_id_list": "2,3,4",
"job_number": "4",
"email": "test@xxx.com"
}
curl --location --request POST '/topapi/v2/user/update?access_token=be3Fxxxx' \
--header 'Content-Type: application/json' \
--data-raw '{
"extension": {
"爱好": "旅游",
"年龄": "24"
},
"mobile": "1851302xxxx",
"telephone": "010-86123456-2345",
"remark": "备注备注",
"language": "zh_CN",
"hide_mobile": "false",
"title": "技术总监",
"hired_date": "1597573616828",
"userid": "zhangsan",
"work_place": "未来park",
"dept_title_list": {
"dept_id": "2",
"title": "资深产品经理"
},
"dept_order_list": {
"dept_id": "2",
"order": "1"
},
"senior_mode": "false",
"org_email": "test@xxx.com",
"name": "张三",
"dept_id_list": "2,3,4",
"job_number": "4",
"email": "test@xxx.com"
}'
{
"errcode": 0,
"errmsg": "string"
}