Description
I’m trying to add a registrant to a webinar
URL:
https://api.zoom.us/v2/webinars//registrants
Method: POST
Error
{
“code”: 1001,
“message”: “User does not exist: .”
}
Which App Type (OAuth / Chatbot / JWT / Webhook)?
JWT
Which Endpoint/s?
/v2/webinars//registrants
How To Reproduce (If applicable)
1.- URL (POST):
/v2/webinars//registrants
2.- BODY/PAYLOAD:
{
"email": ,
"first_name": "",
"last_name": ""
}
3.- ERROR:
{
"code": 1001,
"message": "User does not exist: ."
}
Screenshots (If applicable)
Additional context
I created this webinar with an account that is not the main account, I think that is related with the issue
The main account has the email: ****
The account that was used to create this webinar is: ****
Something weird is that even if I use the email: ****
When I call this endpoint: /v2/users/me
I see **** in the response
Other detail that could be relevant is that I’m able to use other endpoints, for example get the registrants without any issue
URL (GET):
/v2/webinars//registrants