Title: usr registration
Last modified: August 30, 2016

---

# usr registration

 *  Resolved [deepak10011991](https://wordpress.org/support/users/deepak10011991/)
 * (@deepak10011991)
 * [10 years, 10 months ago](https://wordpress.org/support/topic/usr-registration/)
 * can u tell me all fiow of new user egistration
 * [https://wordpress.org/plugins/json-api-user/](https://wordpress.org/plugins/json-api-user/)

Viewing 15 replies - 1 through 15 (of 23 total)

1 [2](https://wordpress.org/support/topic/usr-registration/page/2/?output_format=md)
[→](https://wordpress.org/support/topic/usr-registration/page/2/?output_format=md)

 *  Plugin Author [Ali Qureshi](https://wordpress.org/support/users/parorrey/)
 * (@parorrey)
 * [10 years, 10 months ago](https://wordpress.org/support/topic/usr-registration/#post-6278929)
 * **Method: register**
    [http://localhost/api/user/register/?username=john&email=john@domain.com&nonce=8bdfeb4e16&display_name=John](http://localhost/api/user/register/?username=john&email=john@domain.com&nonce=8bdfeb4e16&display_name=John)
 * To register user & get valid cookie for 100 seconds: [http://localhost/api/user/register/?username=john&email=john@domain.com&nonce=8bdfeb4e16&display_name=John&seconds=100](http://localhost/api/user/register/?username=john&email=john@domain.com&nonce=8bdfeb4e16&display_name=John&seconds=100)
 * Optional fields: ‘user_pass’, ‘user_nicename’, ‘user_url’, ‘nickname’, ‘first_name’,‘
   last_name’, ‘description’
 * Please make sure you provide valid values that these fields expect in correct
   format.
 * To disbale registration email notification to user:
 * [http://localhost/api/user/register/?username=john&email=john@domain.com&nonce=8bdfeb4e16&display_name=John&user_pass=8734tHYS&notify=no](http://localhost/api/user/register/?username=john&email=john@domain.com&nonce=8bdfeb4e16&display_name=John&user_pass=8734tHYS&notify=no)
 * Please see documentation here [https://wordpress.org/plugins/json-api-user/other_notes/](https://wordpress.org/plugins/json-api-user/other_notes/)
 *  Thread Starter [deepak10011991](https://wordpress.org/support/users/deepak10011991/)
 * (@deepak10011991)
 * [10 years, 10 months ago](https://wordpress.org/support/topic/usr-registration/#post-6278945)
 * i will try this url
    [http://localhost/wordpress/api/user/register/?username=john&email=john@domain.com&nonce=8bdfeb4e16&display_name=John](http://localhost/wordpress/api/user/register/?username=john&email=john@domain.com&nonce=8bdfeb4e16&display_name=John)
 * but user can’t register and error will be show {“status”:”error”,”error”:”Unknown
   controller ‘user’.”}
 *  Thread Starter [deepak10011991](https://wordpress.org/support/users/deepak10011991/)
 * (@deepak10011991)
 * [10 years, 10 months ago](https://wordpress.org/support/topic/usr-registration/#post-6278956)
 * [http://localhost/wordpress/api/user/register/?username=john&email=john@domain.com&nonce=6b60f9681f&display_name=John](http://localhost/wordpress/api/user/register/?username=john&email=john@domain.com&nonce=6b60f9681f&display_name=John)
   will try this link and pur new nonce then will be error show
    link :- [http://localhost/wordpress/api/user/register/?username=john&email=john@domain.com&nonce=6b60f9681f&display_name=John](http://localhost/wordpress/api/user/register/?username=john&email=john@domain.com&nonce=6b60f9681f&display_name=John)
 * eooer in json :- {“status”:”error”,”error”:”Unknown controller ‘user’.”}
 * please give me response early . i am waiting your respopnse
 *  Plugin Author [Ali Qureshi](https://wordpress.org/support/users/parorrey/)
 * (@parorrey)
 * [10 years, 10 months ago](https://wordpress.org/support/topic/usr-registration/#post-6279098)
 * Hi Deepak,
 * if you are getting this error > Unknown controller ‘user’
 * It clearly means that JSON API User contrtoller is not activated yet. Make sure
   you have installed JSON API User plugin and activated via Settings > JSON API
   page.
 *  [rlarge](https://wordpress.org/support/users/rlarge/)
 * (@rlarge)
 * [10 years, 10 months ago](https://wordpress.org/support/topic/usr-registration/#post-6279234)
 * I’m getting the same reponse on a clean install, i can take a picture if you 
   would like its installed and activated…..
 *  Plugin Author [Ali Qureshi](https://wordpress.org/support/users/parorrey/)
 * (@parorrey)
 * [10 years, 10 months ago](https://wordpress.org/support/topic/usr-registration/#post-6279235)
 * Hi,
 * I have just tested it again, installed the latest version from here and it worked
   without any issues..
 * [http://localhost/api/user/register/](http://localhost/api/user/register/)
 * got this response >>
 * `{"status":"error","error":"You must include 'username' var in your request. "}`
 * Make sure, you have php 5.3+ version, ‘JSON API’ plugin installed and User Controller
   activated from Settings > JSON API
 *  Plugin Author [Ali Qureshi](https://wordpress.org/support/users/parorrey/)
 * (@parorrey)
 * [10 years, 10 months ago](https://wordpress.org/support/topic/usr-registration/#post-6279236)
 * 5.2.4 or greater is btw WordPress requirement:
 * [https://wordpress.org/about/requirements/](https://wordpress.org/about/requirements/)
 * To run WordPress your host just needs a couple of things:
 * PHP version 5.2.4 or greater (recommended: PHP 5.4 or greater)
 *  [m2abhi](https://wordpress.org/support/users/m2abhi/)
 * (@m2abhi)
 * [10 years, 10 months ago](https://wordpress.org/support/topic/usr-registration/#post-6279263)
 * Hi,
 * I have installed the plugin as mentioned in the installation process. But, when
   I try to register a new user it shows the following error.
 * “{“status”:”error”,”error”:”Invalid access, unverifiable ‘nonce’ value. Use the‘
   get_nonce’ Core API method. “}”
 * Please suggest how to register a user through REST API.
 *  Plugin Author [Ali Qureshi](https://wordpress.org/support/users/parorrey/)
 * (@parorrey)
 * [10 years, 10 months ago](https://wordpress.org/support/topic/usr-registration/#post-6279264)
 * nonce can be created by calling if you are registering user. [http://localhost/api/get_nonce/?controller=user&method=register](http://localhost/api/get_nonce/?controller=user&method=register)
 * You can then use ‘nonce’ value to register user like this:
 * [http://localhost/api/user/register/?username=john&email=john@domain.com&nonce=8bdfeb4e16&display_name=John](http://localhost/api/user/register/?username=john&email=john@domain.com&nonce=8bdfeb4e16&display_name=John)
 *  [m2abhi](https://wordpress.org/support/users/m2abhi/)
 * (@m2abhi)
 * [10 years, 10 months ago](https://wordpress.org/support/topic/usr-registration/#post-6279266)
 * Thanks Ali for your quick reply and it worked.
 *  [paulvaskar](https://wordpress.org/support/users/paulvaskar/)
 * (@paulvaskar)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/usr-registration/#post-6279288)
 * my server’s php version is 5.6.12. I have installed plugins “JSON API” as well
   as “JSON API User” and activated both. Also I could get the nonce using the url
   [http://mydomain/test/api/get_nonce/?controller=user&method=register](http://mydomain/test/api/get_nonce/?controller=user&method=register).
 * I tried to register with the following url according to your suggestion
    [http://mydomain/test/api/User/register/?username=john&email=john@domain.com&nonce=a1c34ed402&display_name=John](http://mydomain/test/api/User/register/?username=john&email=john@domain.com&nonce=a1c34ed402&display_name=John)
 * But when I am getting the following error
    “{ “status”: “error”, “error”: “Unknown
   controller ‘user’.” }” please let me know what should I do to get it work properly.
 * Thanks in advance
    Vaskar
 *  Plugin Author [Ali Qureshi](https://wordpress.org/support/users/parorrey/)
 * (@parorrey)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/usr-registration/#post-6279289)
 * try this: `http://mydomain/test/api/user/register/?username=john&email=john@domain.
   com&nonce=a1c34ed402&display_name=John`
 * You are using ‘User’ not user in url.
 *  [paulvaskar](https://wordpress.org/support/users/paulvaskar/)
 * (@paulvaskar)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/usr-registration/#post-6279294)
 * Hello Ali,
 * Thanks a lot for your reply.
 * I tried with both small and capital ‘U’, but still facing the same issue. and
   getting the error
    {“status”:”error”,”error”:”Unknown controller ‘user’.”}
 * Please guide me how to resolve the issue.
 * Thanks in advance
    Vaskar
 *  Plugin Author [Ali Qureshi](https://wordpress.org/support/users/parorrey/)
 * (@parorrey)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/usr-registration/#post-6279295)
 * are the other JSON API controllers working? like respond? widgets? posts?
 *  [paulvaskar](https://wordpress.org/support/users/paulvaskar/)
 * (@paulvaskar)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/usr-registration/#post-6279296)
 * Hello ALi,
 * Thanks a lot for your reply. It worked for me. Now my question is how can I update
   user using your API. Please give me the url for updating user.
 * Thanks and Regards
    Vaskar

Viewing 15 replies - 1 through 15 (of 23 total)

1 [2](https://wordpress.org/support/topic/usr-registration/page/2/?output_format=md)
[→](https://wordpress.org/support/topic/usr-registration/page/2/?output_format=md)

The topic ‘usr registration’ 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/)

 * 23 replies
 * 7 participants
 * Last reply from: [Ali Qureshi](https://wordpress.org/support/users/parorrey/)
 * Last activity: [9 years, 11 months ago](https://wordpress.org/support/topic/usr-registration/page/2/#post-6279311)
 * Status: resolved