Logo
Zoom Public API Documentation

custCreate User

POST {{baseUrl}}/users

custCreate User

Users created with this custCreate action do not have passwords and will not have the ability to log in to the Zoom web portal or Zoom clients. These users can still host and join meetings using the starturl and joinurl respectively

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 




RESPONSES

status





Curl
curl -X POST 'https://api.zoom.us/v2/users' -d '{"action":"custCreate","user_info":{"email":"jchill@example.com","first_name":"Jill","last_name":"Chill","password":"if42!LfH@","type":1,"feature":{"zoom_phone":true}}}'

ENDPOINTS