Meeting participants report not returning emails for participants

Hello Zoom Team,
Hope you are fine and doing well. I’m using Zoom Meeting SDK for Web version 2.9.0, in join function I’m sending userName and userEmail for attendee and host and co-host.

Now I’m trying get report of meeting participants using endpoint /report/meetings/{meeting_uuid}/participants

meeting id

86716215587

meeting uuid 1

N85tmovTQBCP/LBvRjfc9g==

meeting uuid 2

lQNqDXRvQ5alTQI8J5iE6g==

It returns participants without their emails. And I need participants emails.
Please, Help me to get user emails in the previous reports.
Thank you

@developeraya
Do these users belong to the same Zoom Account as you? if not you will not be able to see the email address for these users.

if you intend to receive the email address then you need to create a meeting with registration required.

Thanks