{
"registrants": [
{
"last_name": "Chill",
"first_name": "Jill",
"email": "jchill@example.com"
}
],
"registrants_confirmation_email": true,
"auto_approve": true
}
curl --location --request POST 'http://prod-cn.your-api-server.com/accounts//meetings//batch_registrants' \
--header 'Content-Type: application/json' \
--data-raw '{
"registrants": [
{
"last_name": "Chill",
"first_name": "Jill",
"email": "jchill@example.com"
}
],
"registrants_confirmation_email": true,
"auto_approve": true
}'
{
"registrants": [
{
"join_url": "https://example.com/j/11111",
"participant_pin_code": 380303,
"registrant_id": "9tboDiHUQAeOnbmudzWa5g",
"email": "jchill@example.com"
}
]
}
扫码加 ZOOM 开发者 微信交流
在这里,获得 ZOOM API 文档 使用上的任何帮助,快速上手让你的研测效率得到大幅提升