User creation works fine in postman but how to implement in my project | Community
Skip to main content
Newcomer
September 14, 2021
Question

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

  • September 14, 2021
  • 1 reply
  • 0 views

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

    Community Champion | Employee
    September 14, 2021

    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.