{
"user_info": {
"password": "if42!LfH@",
"feature": {
"zoom_one_type": 16,
"zoom_phone": true
},
"last_name": "Chill",
"display_name": "Jill Chill",
"type": 1,
"first_name": "Jill",
"plan_united_type": "1",
"email": "jchill@example.com"
},
"action": "create"
}
curl --location --request POST 'http://prod-cn.your-api-server.com/accounts//users' \
--header 'Content-Type: application/json' \
--data-raw '{
"user_info": {
"password": "if42!LfH@",
"feature": {
"zoom_one_type": 16,
"zoom_phone": true
},
"last_name": "Chill",
"display_name": "Jill Chill",
"type": 1,
"first_name": "Jill",
"plan_united_type": "1",
"email": "jchill@example.com"
},
"action": "create"
}'
{
"last_name": "Chill",
"id": "KDcuGIm1QgePTO8WbOqwIQ",
"type": 1,
"first_name": "Jill",
"email": "jchill@example.com"
}
扫码加 ZOOM 开发者 微信交流
在这里,获得 ZOOM API 文档 使用上的任何帮助,快速上手让你的研测效率得到大幅提升