Description
I got error 1009 when trying to create a user who are using Zoom Pro account.
May I know that is there any other api to add them to my api account instead of create user. Thank you in advances.
Error
{
“code”: 1009,
“message”: “The user [sample@xyz.com] already holds an active account.”
}
Which App Type (OAuth / Chatbot / JWT / Webhook)?
JWT
Is the user already a user on your Zoom account?
=> No, that account not in my user list account yet, I checked it on https://api.zoom.us/v2/users?status=pending
So I’m confusing about the flow because I can call that api for both non zoom account and zoom’s user with basic plan but just got a problem with Pro account.