Calling-plan related feature and PATCH payload to update the Phone user profile


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

  1. We don’t know when the calling plan will be modified and which feature will be added or removed.
  2. 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:

  1. Assign a JP calling plan to the user
  2. Update the user phone profile policy from the API

hello @gianni.zoom tagging you for information.

Hi @quang.le , thanks for bringing to my attention, I will be sure to share with phone API team and see if we can address this in an upcoming release.