cancel
Showing results for 
Search instead for 
Did you mean: 

User creation works fine in postman but how to implement in my project

healplace
Listener

Hi, when i use this api 
https://api.zoom.us/v2/users

and payload 

{
"action":"custCreate",
"user_info":{
"email":"XXXXX@aitrg.com",
"type":1,
"first_name":"XXXXXX",
"last_name":"S",
"password":"123456"
}
}

it is working fine in postman but how to achieve the same in my project.?
1 REPLY 1

colegs
Community Champion | Zoom Employee
Community Champion | Zoom Employee

If you are looking for sample code, you can go to https://github.com/zoom/zoom-oauth-sample-app for an example of how it is done.