Note: 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:adminuser:readRate Limit Label:Light
请求示例请求示例
Shell
JavaScript
Java
Swift
curl--location--request GET 'http://api.zoom.us/v2/users/email?email'
响应示例响应示例
200 - response
{"existed_email":false}
请求参数
Query 参数
返回响应
🟢200**HTTP Status Code:** `200`<br>
Success.
application/json
Body
🟠400**HTTP Status Code:** `400` **Bad Request** <br><br>
**Error Code:** `300`<br> Email is required.
🟠404**HTTP Status Code:** `404` **Not Found**<br><br>
**Error Code:** `1001`<br>
User does not exist: $userId.