POST for Creating User and assigning number

So far I have script developed to extract free number (10 digit DID) using GET List phone numbers. Next I want to implement POST to create a user and assign that free number to that given user. Is there any examples on how this POST would work?

I have Zoom Phone API imported in Postman but don’t see such POST request under users.

Hi @nbecirovic ,

That API flow does not exist at the moment, but it’s a good suggestion. You would have to first create the user: https://marketplace.zoom.us/docs/api-reference/zoom-api/methods/#operation/userCreate with zoom_phone boolean set to true in the feature array and then assign the user a number using this endpoint: https://marketplace.zoom.us/docs/api-reference/phone/methods/#operation/assignPhoneNumber

This topic was automatically closed 368 days after the last reply. New replies are no longer allowed.