I would like to transfer some of the meetings created for a user(created via api) to another as the several meetings are created in the same time. Is there a way to do it?
Case:
ZoomUsers: apiuser1@example.com ( created via api ), apiuser2…, apiuser3…
Following are the meetings created via API for the user apiuser1@example.com
June 10th - 10:00 AM - 10:30 AM
June 10th - 10:00 AM - 10:30 AM
June 10th - 10:00 AM - 10:30 AM
June 10th - 10:30 AM - 11:00 AM
June 10th - 10:30 AM - 11:00 AM
June 10th - 10:30 AM - 11:00 AM
I would like to transfer 2,5 --> apiuser2… and 3,6 --> apiuser3… so that meetings can occur concurrently.
Is there a way to do it?
Phillip
(Phillip Ramirez)
May 29, 2020, 6:54pm
2
Hi @sriharsha ,
You may follow the steps here, please let us know if you have troubles with it:
Hi @harald.schmid - I recently had to use schedule_for as a workaround when I accidentally created ~60 meetings under only one host. (oops )
Before you can do this, you have to assign scheduling rights for each userID.
For the end user you want the meeting to be assigned to, add your Admin userID as an assistant of the through the Assistant API . You’ll want to add the admin as an assistant of the current alternative host, which will allow you to edit the meeting to change the…
Then you’d need to assign meeting scheduling privilege to the previous host of the meeting.
Phillip