And it creates the meeting. I get a 201 response with join_url and everything. But it doesn’t show up in https://us02web.zoom.us/meeting#/upcoming. How do I make it show up there?
Are you scheduling the meeting in the future? And are the credentials you’re authorizing your request with associated with the same account you’re checking?
Thanks, I found the problem, but I don’t know how to fix it:
My Code creates the Meeting for the owner of the account, but I want to create it for a different User (who is an Admin) of that same account. How do I specify for which account the meeting should be created?
To schedule the meeting under a specific user, you can specify that user’s email or userId directly in the request URL, instead of me — for example: https://api.zoom.us/v2/users/{userId}/meetings