Title: Email check
Last modified: August 30, 2016

---

# Email check

 *  Resolved [simoasc](https://wordpress.org/support/users/simoasc/)
 * (@simoasc)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/email-check/)
 * Hi, is it possible to verify if user email already exist before registration?
   
   Thanks
 * [https://wordpress.org/plugins/json-api-user/](https://wordpress.org/plugins/json-api-user/)

Viewing 2 replies - 1 through 2 (of 2 total)

 *  Plugin Author [Ali Qureshi](https://wordpress.org/support/users/parorrey/)
 * (@parorrey)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/email-check/#post-6890231)
 * Hi,
 * Not with JSON API User. It is possible with JSON API User Plus plugin. [http://www.parorrey.com/solutions/json-api-user-plus/](http://www.parorrey.com/solutions/json-api-user-plus/)
   with the endpoint ’email_exists’.
 *  [nullterm](https://wordpress.org/support/users/nullterm/)
 * (@nullterm)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/email-check/#post-6890414)
 * Nah bruh just uncomment json-api-user/controllers/User.php
 *     ```
       public function get_userinfo()
   
       //"email" => $user->user_email
       ```
   
 * Boom goes the dynamite.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Email check’ is closed to new replies.

 * ![](https://ps.w.org/json-api-user/assets/icon-256x256.png?rev=1965790)
 * [JSON API User](https://wordpress.org/plugins/json-api-user/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/json-api-user/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/json-api-user/)
 * [Active Topics](https://wordpress.org/support/plugin/json-api-user/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/json-api-user/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/json-api-user/reviews/)

 * 2 replies
 * 3 participants
 * Last reply from: [nullterm](https://wordpress.org/support/users/nullterm/)
 * Last activity: [10 years, 3 months ago](https://wordpress.org/support/topic/email-check/#post-6890414)
 * Status: resolved