Unable to get userEmail in reports

When calling the report api we are unable to get userEmail in the response. How do we fix this

{
    "IsSuccess": true,
    "Data": {
        "page_count": 1,
        "page_size": 30,
        "total_records": 5,
        "next_page_token": "",
        "participants": [
            {
                "id": "XuF6p54KQL6-oqJ5n1MTqw",
                "user_id": "16778240",
                "name": "Zoom 3",
                "user_email": "zoom3@mastersunion.org",
                "join_time": "2023-12-18T07:34:40Z",
                "leave_time": "2023-12-18T07:41:38Z",
                "duration": 418,
                "attentiveness_score": "",
                "failover": false,
                "status": "in_meeting",
                "customer_key": "",
                "participant_user_id": "XuF6p54KQL6-oqJ5n1MTqw"
            },
            {
                "id": "",
                "user_id": "16789504",
                "name": "Ashish Dwivedi",
                "user_email": "",
                "join_time": "2023-12-18T07:35:27Z",
                "leave_time": "2023-12-18T07:35:32Z",
                "duration": 5,
                "attentiveness_score": "",
                "failover": false,
                "status": "in_waiting_room",
                "customer_key": ""
            },
            {
                "id": "",
                "user_id": "16790528",
                "name": "Ashish Dwivedi",
                "user_email": "",
                "join_time": "2023-12-18T07:35:33Z",
                "leave_time": "2023-12-18T07:41:38Z",
                "duration": 365,
                "attentiveness_score": "",
                "failover": false,
                "status": "in_meeting",
                "customer_key": ""
            },
            {
                "id": "",
                "user_id": "16791552",
                "name": "Aryan",
                "user_email": "",
                "join_time": "2023-12-18T07:36:23Z",
                "leave_time": "2023-12-18T07:36:31Z",
                "duration": 8,
                "attentiveness_score": "",
                "failover": false,
                "status": "in_waiting_room",
                "customer_key": ""
            },
            {
                "id": "",
                "user_id": "16792576",
                "name": "Aryan",
                "user_email": "",
                "join_time": "2023-12-18T07:36:32Z",
                "leave_time": "2023-12-18T07:41:38Z",
                "duration": 306,
                "attentiveness_score": "",
                "failover": false,
                "status": "in_meeting",
                "customer_key": ""
            }
        ]
    },
    "message": "Reports created"
}


Hi @ashishdwivediw
If the users who joined the meeting were not logged in into their zoom accounts and they joined as guests, it is expected that you are not getting the emails in the response

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