Retrieve ZDM-Managed Zoom Client / VDI Client Details via API

Hey, there - I’m looking to programmatically pull data on ZDM-managed Zoom Clients (Win/Mac/Linux) and VDI Clients tied to an account.

Endpoint that could/should be used is:
https://developers.zoom.us/docs/api/meetings/#tag/devices/get/devices

However, the supported device types (device_type param) is limited:
Device Type:
-1 - All Zoom Room device(0,1,2,3,4,6).
0 - Zoom Rooms Computer.
1 - Zoom Rooms Controller.
2 - Zoom Rooms Scheduling Display.
3 - Zoom Rooms Control System.
4 - Zoom Rooms Whiteboard.
5 - Zoom Phone Appliance.
6 - Zoom Rooms Computer (with Controller).

Meanwhile, the Zoom Admin Portal provides a much more robust list of device types:

Tried being cheeky and used the device_type showing in the URL when specifying Zoom Clients

and passing this through my API call - no results. Zoom Clients / ZDM clients don’t appear in the master unfiltered list from the API either, so it seems like they’re out of scope for this call.

Is there any way to retrieve a list of ZDM-managed Zoom Clients with details, or does this have to go to FR land?

Thanks in advance!

hi @bstrelko ,

You will only be able to request data that is available to the user account which you have access.

So, is the user that you are requesting from, an admin on the account?

John

Yes, the requesting account has the requisite level of admin access required.