When posting a registrant to /meetings/XXXXXXXXX/registrants, we are seeing this error message returned:
HTTP status code: NotFound
Content: {"code":1001,"message":"User does not exist: XXXXXXXXXX@gmail.com."}
The email address listed in the error message matches the registrant info we are trying to post. Note that we’ve previously successfully added registrants to other meetings tied to this Zoom user and access token.
The error message does not match what is listed for expected response in the documentation here. Do you know why this we are getting this, and how might we fix it?
Unfortunately, since the meeting has lapsed, I am unable to test posting a registrant to that particular event.
FWIW, when I GET this event, I see in the JSON returned: "meeting_authentication": true, "authentication_domains": "", "authentication_name": "Sign in to Zoom", "authentication_option": "signIn_XXXXXXXXXXXXXXXXXXXXXXXX",
I’m testing this using our test account, and created a meeting w/ “Only authenticated users can join: Sign in to Zoom” checked, and I am able to post a registrant to that meeting for a user with a random email address (not an authenticated user).