Description
When trying to register users for a meeting on some users I get the 1001 response ‘User does not exist’. I checked with about 10 users, ALL of them have zoom accounts for the email specified.
Error {'code': 1001, 'message': 'User does not exist: ***@gmail.com.'}
Which App Type (OAuth / Chatbot / JWT / Webhook)?
JWT
Which Endpoint/s?
/v2/meetings/ID/registrants
How To Reproduce (If applicable)
Steps to reproduce the behavior:
Make request to the endpoint with one of the affected users.
How are you authenticating your requests? Are you using JWT or OAuth?
If you’re authenticating with JWT, can you ensure that the credentials associated with your JWT app belong to the user who created the meeting? If you can also please share the meeting ID, I’ll be happy to take a closer look.
Thank you for providing additional information. It looks like the Meeting pertaining to the provided ID has since been deleted. Are you able to provide a meeting ID for an existing meeting that is encountering this issue?
I was able to look into this further today and saw that this can happen when meeting authentication is enabled for the user but the user does not have a Zoom account. You can disable authentication for the meeting in the web portal or you can disable it when creating a meeting via the API as shown below: