Cannot enable Hot Desking feature in a Assigned/unassigned Phone using API

Description
It is posible to use API to activate hot desking feature in a Assigned/unassigned phone?

Error
NO error. the API endpoints tested provide a 204 No content Error, with no message on the body of the response, but nothing happens

Which App Type (OAuth / Chatbot / JWT / Webhook)?
JWT

Which Endpoint/s?

PATCH

/phone/common_area_phones/{commonAreaPhoneId}

Allows a Common Are phone to have its Hot Desking feature to be activated, by changing the policy, with a body like this:

{“policy”:

{

    "hot_desking": {

        "status": "on"

    }

}

}

But there is no way, or i have found no way to do the same to an Assigned phone

Have tried this API endpoint:

PATCH

/phone/devices/{deviceId}

Update information of a desk phone device.

with the same type of request, but nothing happens

Is there any way to Activate hot desking feature on a Assigned, or even an Unassigned phone device?

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