curl --location -g --request POST 'https://qyapi.weixin.qq.com/cgi-bin/school/user/batch_create_parent?access_token=' \
--header 'Content-Type: application/json' \
--data-raw '{"parents":[{"parent_userid":"zhangsan_parent_userid","mobile":"18000000000","to_invite":false,"children":[{"student_userid":"zhangsan","relation":"爸爸"},{"student_userid":"lisi","relation":"伯父"}]},{"parent_userid":"lisi_parent_userid","mobile":"18000000001","children":[{"student_userid":"lisi","relation":"爸爸"},{"student_userid":"zhangsan","relation":"伯父"}]}]}'
{
"errcode": 0,
"errmsg": "string",
"result_list": [
{
"errcode": 0,
"parent_userid": "string",
"errmsg": "string"
}
]
}
【企业微信】API开发者 微信交流群
用微信扫右侧二维码,加入【企业微信】API开发者 交流群,互助沟通