I’ve created 2 meetings via API for a Licensed user.
Some how, both meetings created for the user, the start URL was using her her own Personal Meeting ID instead of creating a new meeting URL for her. And this updated her personal meeting password to the 2nd meeting’s password.
E.g.
1st Meeting:
Zoom Response ID: 11111111
Start URL: {Zoom URL}/j/88888888
Password: 123456
Date time: 27/9/2020 9am
Is it possible to share the full request URL/body of your request(s) to create these meetings that used the hosts PMI ID? It would be helpful to take a closer look at the meeting type and settings to make sure this isn’t the result of an unintentional setting.
If you could provide the meeting UUIDs as well, this would be helpful.
In taking a closer look, it sounds like this user probably has the “Use Personal Meeting ID (PMI) when scheduling a meeting” setting set to true, which would cause this behavior.
If you have a chance, I recommend reading this thread:
I see there are some options in the user group settings to disable this.
So if we want a new meeting ID to be created every time for our users regardless of their account setting, we need to disable and lock this 3 settings?
Or just disable and lock the “Use Personal Meeting ID (PMI) when scheduling a meeting” is enough?
Disabling this setting (Use Personal Meeting ID (PMI) when scheduling a meeting" on this user should ensure that a new, unique Meeting ID is generated when you create a meeting for them via API.
Let me know if you still have any questions about this!