Not able to register participants

Hi,

We are registering users using Add a meeting registrant API, but we are getting

{
    "code": 1001,
    "message": "User does not exist: aparna.pavani@sunstone.in."
}

Meeting ID: 97188027858
Reason for the same?

@elisa.zoom Can you please check this?

Hey @sunstone.zoom
Thanks for reaching out to the Zoom Developer Forum, I am happy to help here!
Could you please share the request URL and request body that you are sending so I can help debug this issue further?
Best,
Elisa

Hi @elisa.zoom

Here’s the curl for your reference

curl --location --request POST 'https://api.zoom.us/v2/meetings/97188027858/registrants' \
--header 'Authorization: Bearer xxx' \
--header 'Content-Type: application/json' \
--data-raw '{
    "first_name": "Aparna",
    "last_name": "Pavani",
    "email": "aparna.pavani@sunstone.in"
}'

Hey @sunstone.zoom

Thanks for sharing some more details with me.
It looks like the meeting that you are trying to add registrants to, does not exist.
Could you please confirm with me that you are calling this endpoint with an existing meeting?
Cheers,
Elisa

Hi @elisa.zoom
It might have been deleted for some reason, here’s one more entry from my system logs

{"url": "https://api.zoom.us/v2/meetings/96024388005/registrants", "json": {"email": "vivek.kairi@sunstone.in", "last_name": "Kairi", "first_name": "Vivek", "auto_approve": true}, "method": "POST", "headers": {"Content-Type": "application/json", "Authorization": "Bearer xxx"}}

with response

{"id": 96024388005, "topic": "Class for T4 - Introduction to Retail Management", "join_url": "https://sunstone-edu-in.zoom.us/w/96024388005?tk=s5PC3cRL_UgPUTywp4osbvu5QcxTmRean4y5ogCLclE.DQMAAAAWW3_hpRZiZEVYMHVSZVNCeW53Ui1wVEcxbUVnAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA&pwd=ZTFSaWxkd1Yydk8vMDU5YnhSUFVaUT09", "start_time": "2022-08-04T13:30:00Z", "registrant_id": "bdEX0uReSBynwR-pTG1mEg"}

and same meeting for another user

{"url": "https://api.zoom.us/v2/meetings/96024388005/registrants", "json": {"email": "PGDM21.c.Sai.Vikas@sunstone.in", "last_name": "Sai", "first_name": "c", "auto_approve": true}, "method": "POST", "headers": {"Content-Type": "application/json", "Authorization": "Bearer xxx"}}

with response

{"code": 1001, "message": "User does not exist: PGDM21.c.Sai.Vikas@sunstone.in."}

I have a lot of cases for which this is happening and it’s random, can you please check it on urgent basis?

Hi @sunstone.zoom
Thanks for sharing more details with me.
Unfortunately I am not able to replicate this issue on my end.
Feel free to open up a support ticket here:

And share the account ID or email that is having this issue and you can add a link to this thread and I will help them look into this
Best,
Elisa

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