Description
I need to be able to create a meeting for a given user to host, I have been able to create a scheduled meeting via the API using a JWT, but it is always created with the admin as the “host_email”. I’ve tried specifying the “schedule_for” in the request, but receive the response { “code”: 1110, “message”: “Not assigned scheduler.”} The user could be any of the 4000 staff in my company.
Thanks for reaching out about this, and happy to help!
To that end, if you wish to schedule a meeting via API for a given user, you can specify the user’s email or userId in the request URL (instead of me). If you pass me in the request URL it will point the request to the app owner and schedule it under them.
Have you tried passing the user in the request URL like below?
/users/someone@example.com/meetings