Logo
Zoom Public API Documentation

Check a user email

GET {{baseUrl}}/users/email?email=<string>

Verify if a user's email is registered with Zoom.

<b>Note: </b>You can successfully check if a user is a registered Zoom user only if the user signed up for Zoom via email and is within your account. If you provide an email address of a user who is not in your account, the value of "existed_email" parameter will be "false" irrespective of whether or not the user is registered with Zoom. The response of this API call will not include users who joined Zoom using options such as "Sign in with SSO", "Sign in with Google" or "Sign in with Facebook" even if they are in the same account as yours.

Scopes: user:read:admin,user:read

Rate Limit Label: Light

 

Body PARAM

Key Datatype Required Description 
email
string (Required) The email address to be verified.



HEADERS

Key Datatype Required Description 
Accept
string




RESPONSES

status OK

{ "existed_email": "<boolean>" }



Curl
curl -X GET 'https://api.zoom.us/v2/users/email?email=<string>?email=<string>' -H 'Accept: application/json'

ENDPOINTS