List Zoom Room devices - Device Id invalid

List Zoom Room Devices - Device ID is invalid:

Description
I am attempting to pull the devices associated with a specific Zoom Room. I am able to retrieve the correct devices, however, the Id field appears to be encoded in a way that makes it unusable when attempting to call “Change Zoom Rooms app version”. The docs say the following:

  • deviceId - string
    Unique Identifier of the Mac or the Windows device. The value of this field can be retrieved from the “List Zoom Room devices” API.

    Examples: qsrpAOJCTm-VPkOf3bHXgw

However, the format of the deviceId does not follow that of the example provided. The deviceId typically contains one or more “/” characters which in turn cause me to receive the following error message {“code”:2300,“message”:“This API endpoint is not recognized.”}. How am I supposed to use the returned deviceId?

Error?
{“code”:2300,“message”:“This API endpoint is not recognized.”}
This error is a result of first calling “List Zoom Room devices”, where we retrieve the deviceId. We then use that deviceId to call “Change Zoom Rooms app version”. Thus resulting in the error listed above.

How To Reproduce
Steps to reproduce the behavior:
*1. Make Call to List Zoom Room devices
*2. Retrieve “id” - Unique identifier of the device
*3. Make Call to Change Zoom Rooms app version with the retrieved “id”
*4. Error {“code”:2300,“message”:“This API endpoint is not recognized.”}

2 Likes

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