Hey Everyone, FYI, I just got a Pro account, test the same request, and got a complete different response.
BTW, with the free account, the user ID I was using to create a meeting was an active user.
UPDATE: After swapping Free account for Pro account, I found 2 errors of mine, at least for my request:
-
The account I am using for schedule is not an assigned scheduler for the account I set as value for field
schedule_for
, so the response returned a status code 400:
{“code”:1110,“message”:“Not assigned scheduler.”}
Because I wasn’t trying to schedule for other account, I removed the fieldschedule_for
from my request -
After that, I got a 400 status code with this error, which is related to the
alternative_hosts
field:
{ "code": 1114, "message": "some.valid.email@mail.com is not a user in your Zoom account." }
After looking for some more information, I found that @Tommy share that there are some prerequisites for both schedule_for
and alternative_hosts
features here:
At the end I removed both fields from my request since I don’t need them.