API Endpoint(s) and/or Zoom API Event(s)
GET /phone/setting_templates/*{templateId}*
We are working on the Settings Template for Phone Phone APIs.
Description
We are working on a new integration between our provisioning suite and Zoom. Our use case is to apply the settings from the template before creating the phone user.
Error?
Not every setting is available in the API response as it is in the UI.
For example, this is the screenshot of a template. We can see that Call Transferring is an option.
The Call Transferring setting is not locked on the Account level
In the API, the same template doesn’t return the Call Transferring setting
At the moment of creation, since we couldn’t know the exact value of the template’s settings, we couldn’t set the appropriate value for these settings to match Zoom’s. This led to mismatches on the created user between our system and Zoom.
Is there a rule to explicitly indicate which configuration is available on the template?
How To Reproduce
Steps to reproduce the behaviour:
1. Create a new setting template
2. Get the template via the REST API