Hi @elisa.zoom
I was able to reproduce the issue multiple times today between 2 laptop clients. In fact, on the laptop for which I am seeing the “mac_addr”: “0000-0000-0000” issue, I made sure to use the latest Zoom client (version: 6.4.12.64384).
Here is the sample response, the URL with meeting id and also the tracking ID:
https://api.zoom.us/v2/metrics/meetings/87080328066/participants?type=past
x-zm-trackingid: v=2.0;clid=us06;rid=WEB_6fffa4ec770ac784344d4f6ea1f97be9
{
"page_count": 1,
"page_size": 30,
"total_records": 2,
"next_page_token": "",
"participants": [
{
"id": "<ID1>",
"user_id": "<UID1>",
"participant_uuid": "9176AA1A-<...>-EA6AF239AFEE",
"user_name": "zoom ucc",
"device": "Windows",
"client": "6.4.12.64384",
"ip_address": "136.226.243.2",
"internal_ip_addresses": [
"192.168.1.24"
],
"location": "Chennai (IN)",
"network_type": "Wifi",
"microphone": "Microphone Array (Intel® Smart Sound Technology for Digital Microphones)",
"speaker": "Speakers (Realtek(R) Audio)",
"camera": "HP HD Camera",
"data_center": "India (HYD Top)",
"full_data_center": "India (HYD Top);",
"connection_type": "P2P",
"video_connection_type": "P2P",
"as_connection_type": "P2P",
"join_time": "2025-07-25T14:00:50Z",
"leave_time": "2025-07-25T14:04:33Z",
"share_application": false,
"share_desktop": false,
"share_whiteboard": false,
"recording": false,
"pc_name": "<PC1>",
"domain": "<DOMAIN1>",
"mac_addr": "0000-0000-0000",
"harddisk_id": "",
"version": "6.4.12.64384",
"leave_reason": "zoom ucc left the meeting.<br>Reason: Host ended the meeting.",
"email": "<EMAIL1>",
"audio_quality": "good",
"video_quality": "good",
"screen_share_quality": "",
"registrant_id": "",
"status": "in_meeting",
"os": "win",
"os_version": "10+ 19045",
"browser_name": "",
"browser_version": "",
"device_name": "",
"groupId": "",
"health": "Good",
"customer_key": "",
"sip_uri": "",
"from_sip_uri": "",
"role": "host",
"participant_user_id": "<PUID1>",
"audio_call": [
],
"has_archiving": false,
"optional_archiving": "no optional archiving"
},
{
"id": "<ID2>",
"user_id": "<UID2>",
"participant_uuid": "83B4D30E-<...>-FB3F303DEEC5",
"user_name": "Naveen...",
"device": "Windows",
"client": "6.4.12.64384",
"ip_address": "61.246.230.194",
"internal_ip_addresses": [
"10.96.241.40"
],
"location": "(IN)",
"network_type": "Wired",
"microphone": "Microphone (Realtek High Definition Audio)",
"speaker": "Speaker/Headphone (Realtek High Definition Audio)",
"camera": "HP TrueVision HD",
"data_center": "India (HYD Top)",
"full_data_center": "India (HYD Top);",
"connection_type": "P2P",
"video_connection_type": "P2P",
"as_connection_type": "P2P",
"join_time": "2025-07-25T14:01:12Z",
"leave_time": "2025-07-25T14:04:33Z",
"share_application": false,
"share_desktop": false,
"share_whiteboard": false,
"recording": false,
"pc_name": "<PC2>",
"domain": "",
"mac_addr": "80ce-62a6-26a8",
"harddisk_id": "",
"version": "6.4.12.64384",
"leave_reason": "Naveen... left the meeting.<br>Reason: Host closed the meeting. ",
"email": "<EMAIL2>",
"audio_quality": "good",
"video_quality": "good",
"screen_share_quality": "",
"registrant_id": "",
"status": "in_meeting",
"os": "win",
"os_version": "10+ 19045",
"browser_name": "",
"browser_version": "",
"device_name": "",
"groupId": "",
"health": "Good",
"customer_key": "",
"sip_uri": "",
"from_sip_uri": "",
"role": "attendee",
"participant_user_id": "PUID2",
"audio_call": [
],
"has_archiving": false,
"optional_archiving": "no optional archiving"
}
]
}
Please check and get back.