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