COMPUTERISE
Password
API
Method
Parameters
Description
https://api.computerise.my/password/change
POST
{"eml":"user-email", "old":"user-current-password", "new":"user-new-password"}
Change user password.
https://api.computerise.my/password/reset
POST
{"eml":"user-email"}
Request to reset user password.
https://api.computerise.my/password/confirmreset/{code}
GET
Confirm to reset user password.