my_name@myaccount[dot]com is my Zoom account email.
Error
{
“code” => 1113,
“message” => "another_name@myaccount[dot]com is not associated with a Zoom account. "
}
another_name@myaccount[dot]com is obviously in reality a different email, but it is not the email we use in the endpoint URL to create the meeting for so I don’t understand why it shows up.
Which App Type (OAuth / Chatbot / JWT / Webhook)?
JWT
Which Endpoint/s?
Additional context
Other endpoints work, it is just this one that is acting up all of a sudden
I replaced the dots with “[dot]” for the emails to get around the “New user can only post 2 links” error.
It looks like you are setting lina@ as an alternative host in your request body JSON. Since that email is not a user on your Zoom account, you will see that error.
Thanks Tommy, it works now!Wouldn’t have figured out this was the problem or even found this setting without you!We haven’t manually entered this information in the dashboard,so perhaps the setting was issued by an API call when we were playing around with the Zoom API initially.