How to get the participants list of meeting

Description
Firstly I have created one meeting and added the participants using https://api.zoom.us/v2/meetings/${meetingId}/registrants API (POST Method)
and got the 200 response

so now I have checked the https://api.zoom.us/v2/meetings/${meetingId}/registrants API with GET method

but in response, I am getting empty array

Hey @ramya,

The Get Meeting Registrants is only for listing who has registered to attend the meeting.

To Get Meeting Participants, you can use the following endpoints:

Thanks,
Tommy

Thanks, @tommy for your reply

my question is I have created one meeting and add a few participants and the meeting doesn’t start yet. so I want to get my meeting participant list and need to show in my meeting list.
can please which API I need to check

Can I need to use this apis

/metrics/meetings/{meetingId}/participants ??

Hey @ramya,

For getting a list of Meeting Registrants, use the List Meeting Registrants API.

Thanks,
Tommy

Thanks @tommy
one more question
Is web SDK supports the registrant’s meeting?

Hey @ramya,

The Web SDK does not support meeting registration yet.

Thanks,
Tommy