/report/meetings/{meetingId}/participants API response (user_email is empty)

Description
We use the Zoom Meeting SDK to have a user join the meeting, we are passing the userEmail field in the SDK.
But when we call the ‘/report/meetings/{meetingId}/participants’ API the user_email field comes up empty.
Only the user_email for the host is populated correctly, we do receive the name of the user.
Because of this we are not able to map the users internally. Please help.

Error?
No error

How To Reproduce

  1. Join a meeting using the Meeting SDK and pass userEmail field in the SDK
  2. End the Meeting
  3. Call the '/report/meetings/{meetingId}/participants ’ endpoint
  4. Check the user_email field