I am not able to get customer_key value in fetching attendance list through API

This is my meeting Join Link: 94915428080?customer_key=5064
Meeting ID: 94915428080
customer_key=5064 I am sending this customer’s unique identification number.

Below is the attendance API response:

“uuid” => “7Bm/49aKTbWdFap1CxGcWA==”
“participants” => array:2 [▼
0 => array:13 [▼
“id” => “CMcPONdjS2CQYLnYh4lFQg”
“user_id” => “16778240”
“name” => “Zoom Admin2”
“user_email” => “zoomadmin2.au@adamasuniversity.ac.in”
“join_time” => “2024-12-03T13:15:39Z”
“leave_time” => “2024-12-03T13:16:36Z”
“duration” => 57
“attentiveness_score” => “”
“failover” => false
“status” => “in_meeting”
“groupId” => “wcySzCoFS5CBvWv_qhvXeg”
“customer_key” => “”
“participant_user_id” => “CMcPONdjS2CQYLnYh4lFQg”
]
1 => array:12 [▼
“id” => “”
“user_id” => “16793600”
“name” => “Amit Shee”
“user_email” => “”
“join_time” => “2024-12-03T13:16:17Z”
“leave_time” => “2024-12-03T13:16:35Z”
“duration” => 18
“attentiveness_score” => “”
“failover” => false
“status” => “in_meeting”
“groupId” => “”
“customer_key” => “”
]
]
]
]

Here the problem is I am not able to get the customer_key value in fetching the attendance list through the API

My expected response would be “customer_key” => “5064”

Thanks
Amit

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