Question Regarding Create User API

How do we make sure that user creating a user account at zoom via create user API does not have another zoom account with same email address?

Is there any API available?

I verified this https://marketplace.zoom.us/docs/api-reference/zoom-api/users/useremail and it always returning “existed_email”: false

Hey @Dora_Reddy,

If you attempt to create a user that has an existing account with that email you will receive error code 1009 in the response object. This is outlined in the Create Users documentation.

It is possible to add an existing user to a Business account. If you’re interested in learning more about that process please see this document.

As the documentation states, you can only use that endpoint to check if a user exists in your account.

Thanks,
Max

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.