Is there a way to transfer meetings from one user to another via API?

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

  1. June 10th - 10:00 AM - 10:30 AM
  2. June 10th - 10:00 AM - 10:30 AM
  3. June 10th - 10:00 AM - 10:30 AM
  4. June 10th - 10:30 AM - 11:00 AM
  5. June 10th - 10:30 AM - 11:00 AM
  6. 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?

Hi @sriharsha,

You may follow the steps here, please let us know if you have troubles with it:

Then you’d need to assign meeting scheduling privilege to the previous host of the meeting.

Phillip