Warning |
---|
THIS PAGE STILL NEEDS UPDATED |
/social/person/update/password/{
...
wpuserid}/{
...
password}
Info |
---|
Changes a users password. |
...
Required, see Auth - Login
Arguments
wpuser wpuserid (required)
JSON object ID of a users wordpress useraccountwpauth
password (required)
JSON object of wordpress authNew 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
Info | ||
---|---|---|
|