Zoom Room Mismatched IDs

Why do these two API return different IDs for the same Zoom Room?  Shouldn’t the zr_id from the zrlist API match the id fields from the zoomrooms metrics API call?  What is the key to tie these two calls together? 

https://api.zoom.us/v2/rooms/zrlist

{
“jsonrpc”: “2.0”,
“result”: {
“send_at”: “2018-01-29T21:05:43Z”,
“data”: [
{
“zr_name”: “Test Room”,
“zr_id”: “r8lTp9ccRnizp_eHbGM1JQ”
}]
},
“id”: “6378aa41-c965-40ad-9737-4a4c8f3cb84e”
}

https://api.zoom.us/v2/metrics/zoomrooms

{
“page_count”: 1,
“page_number”: 1,
“page_size”: 30,
“total_records”: 1,
“zoom_rooms”: [
{
“id”: “Kzb7QyHSSDqCigPaPCJltw”,
“room_name”: “Test Room(Test Room calendar name)”,
“email”: “test@test.com”,
“account_type”: “Exchange/Office 365”,
“status”: “Available”,
“device_ip”: “Computer : 192.168.20.52”,
“camera”: “VC520”,
“microphone”: “Headset (VCS752 Hands-Free)”,
“speaker”: “Headset (VCS752 Hands-Free)”,
“last_start_time”: “2018-01-27T15:01:09Z”
}]
}

Hi Matthew, it’s a bug on our side. you should see the same zr_id in all the calls. we will be fixing it in the coming weeks. We will post the exact release date in the forum.

Wei @ Zoom