We have 10 Zoom Licenses and we want to create meetings via API for each license. But when we are creating meetings via API using Meeting SDK, It’s using only one main license only and we are unable to use other licenses for meetings creations via APIs. Our 9 other licenses are not in use. please suggest how to create it.
Hi @ignitepad ,
You should use “userId” instead of the “me” in endpoint, “userId” can be id or email of your 10 Licenses
Ex:
Meeting 1: endpoint: /users/user1@mail.com/meetings
Meeting 2: endpoint: /users/user2@mail.com/meetings
… user1@mail.com, user2@mail.com… instead of the “me” in endpoint is mail of your 10 Licenses
Thanks, @elisa.zoom, and @minhbn for the suggestion, I’ve shared the inputs with my developer, let me check on that and get back to you with the update.