Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Warning

THIS PAGE STILL NEEDS UPDATED

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

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
Info
Code Block
{
    "response": {
        "action": "Login",
        "success": true,
        "time": 0
    }
}