Server-to-Server OAuth group user role Admin

We are successfully connecting Server-to-Server when the group role is Owner and adding meetings. When trying set a meeting for a group user with role of Admin, it is posting to the Owner calendar.
Account ID generated for both is the same when ‘Create Server-to-Server OAuth’ from App Marketplace

  1. Is it possible to distinguish Owner from Admin?
  2. Is there another variable we need to transmit?

Many thanks for any help.

HI @Keith_Sipes
Thanks for reaching out to the Zoom Developer forum, I am happy to help here!

When you are generating meetings, you need to pass the user id in your query params for the user you are trying to schedule the meeting for.

If you are using the parameter “me” the meetings will always be created for the account owner.
Hope this helps,
Elisa