API Endpoint(s) and/or Zoom API Event(s)
API: PATCH {{baseUrl}}/phone/users/
Description
Some features in Zoom are related to the Calling Plan, e.g. the SMS is unavailable with the JP Calling Plan.
When trying to update a Phone User policy via the API, we must omit the section sms
and not only disable the SMS feature by setting the enable to false.
“sms”: {
“enable”: “false”
}
This is extremely cumbersome for the development for 2 reasons
- We don’t know when the calling plan will be modified and which feature will be added or removed.
- We need to adapt our code, or even hardcoded depending on “some value”
Error?
{
“code”: 400,
“message”: “SMS is only available with certain eligible Zoom Phone calling plans. Please contact your admin for assistance.”
}
How To Reproduce
Steps to reproduce the behaviour:
- Assign a JP calling plan to the user
- Update the user phone profile policy from the API