Metrics/zoomrooms return room count but no roooms

Description
When querying “metrics/zoomrooms”, I get a room count back but I do not get any rooms. Other clients, the query works good.

Account only has “dashboard_zr:read:admin” enabled for permissions and authenticating using OAuth.

I get the following response. The zoom_rooms array is empty yet the room count (total records) is > 0.
{
“page_count”: 13,
“page_number”: 1,
“page_size”: 30,
“total_records”: 385,
“next_page_token”: “E86Fo2adrLSnw4V5j90UU9kjsxxxxxxxxxx”,
“zoom_rooms”:
}

Am I missing a permission?

When opening the dashboard with a web browser, I can see all the rooms listed.

Error
No Error

Which App Type (OAuth / Chatbot / JWT / Webhook)?
OAuth with “dashboard_zr:read:admin” permission

How To Reproduce (If applicable)
Navigate to https://api.zoomgov.com/v2/metrics/zoomrooms/

Thanks!!!

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