- 开发指南
- 开发前必读
- 基本概念介绍
- 回调配置
- 企业微信账号ID安全性全面升级
- 代开发应 用安全性升级
- ID转换接口
- unionid与external_userid的关联
- 获取服务商凭证POST
- 基础
- 连接微信
- 办公
- 智慧硬件
批量更新家长
POST
/cgi-bin/school/user/batch_update_parent
服务端API第三方应用开发企业内部开发
原文档地址:
https://open.work.weixin.qq.com/api/doc/90001/90143/92082
https://open.work.weixin.qq.com/api/doc/90000/90135/92336
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location -g --request POST 'https://qyapi.weixin.qq.com/cgi-bin/school/user/batch_update_parent?access_token=' \
--header 'Content-Type: application/json' \
--data-raw '{"parents":[{"parent_userid":"zhangsan_baba","new_parent_userid":"zhangsan_baba_new","mobile":"10000000000","children":[{"student_userid":"zhangsan","relation":"爸爸"}]},{"parent_userid":"lisi_mama","mobile":"10000000001","children":[{"student_userid":"lisi","relation":"妈妈"}]}]}'
响应示例响应示例
{
"errcode": 0,
"errmsg": "string",
"result_list": [
{
"errcode": 0,
"parent_userid": "string",
"errmsg": "string"
}
]
}
请求参数
Query 参数
access_token
调用接口凭证
示例值:
{{accesstoken}}
Body 参数application/json
parents
array [object {4}]
必需
parent_userid
string
必需
children
array [object {2}]
可选
mobile
string
家长手机号
new_parent_userid
string
必需
示例
返回响应
🟢200成功
application/json
Body
errcode
integer <int32>
返回码
errmsg
string
可选
result_list
array [object {3}]
失败的学生列表
errcode
integer <int32>
返回码
parent_userid
string
可选
errmsg
string
可选

【企业微信】API开发者 微信交流群
用微信扫右侧二维码,加入【企业微信】API开发者 交流群,互助沟通


修改于 2022-01-14 04:25:49