Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

THIS PAGE STILL NEEDS UPDATED

/social/person/update/password/{wpuser}/{wpauth}

Changes  a users password.

Authentication

Required, see Auth - Login

Arguments

wpuser (required)
JSON object of wordpress user

wpauth (required)
JSON object of wordpress auth

Example

http://infinite.ikanow.com/api/social/person/update/password/

Example Response
{
    "response": {
        "action": "Login",
        "success": true,
        "time": 0
    }
}
  • No labels