cancel
Showing results for 
Search instead for 
Did you mean: 
Important updates from Zoom Support:
  • Starting February 3, 2025, Zoom Phone customers must add their phone numbers to an approved 10DLC campaign in order to use SMS/MMS capabilities on their numbers.

  • Introducing more live support options! More Zoom customers now have access to live agent chat support. Sign in and visit our Contact Support page to see all your available support options. We’re here to help!

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

healplace
Newcomer
Newcomer

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 | Employee
Community Champion | 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.