Zoom Phone [Add Phone Device API]

This is for developer-specific feature requests. For other requests please contact our customer support team.

Is your feature request related to a problem? Please describe.
When adding phone devices through the API there is no way to currently apply a provisioning template. We are currently using these to control timezone as well as some unique features for certain phone devices. This is a disadvantage because we now have to add the phone and then go to the web UI and bind the provisioning template.

Describe the solution you’d like
When adding a phone through the API it would be great to have the option to apply a provisioning template. With current API’s maybe this can be the ID of the template and have a list templates API as well.

Describe alternatives you’ve considered
I have considered writing something that will scrape the website and apply the template based on the class of the modal window but this will get messy if things on the front end change, etc.