/social/person/update/password/{wpuserid}/{password}
Changes a users password.
Authentication
Required, see Auth - Login
Arguments
wpuserid (required)
ID of a users wordpress account
password (required)
New password of user. This can be SHA-256 hashed already or if it is not, will hash for you.
Example
http://infinite.ikanow.com/api/social/person/update/password/wpid12345/newsecretpassword
Example Response
{ "response": { "action": "WP Update User", "success": true, "time": 0, "message": "User Updated Successfully" } }