Creating a user that already have a Zoom account

I am planning to schedule meetings from my website using Zoom API. I have a registration, where users enter e-mail, password,etc. But I don’t want users to authenticate to Zoom again. To avoid that I am intended to use endpoint POST /users to create account for them. My questions are the following:

  1. Would I be able to schedule a meeting based on userId from response of POST /users?
  2. What if a user already has a Zoom account?

Thank you!

Hi @lyalin.valerij

Welcome to our community! and thanks for reaching out to the Zoom Developer Forum!
If you create users under your account, you will be able to schedule meetings for them, but basically those users will belong to your account.

If the user already has a Zoom account, you wont be able to add it to your account.
Hope this helps,
Elisa