Docs Menu
API Developer Guide / middleware / pub / security / java / changePassword

Service: changePassword

This service allows users to change their password.

Input Parameter:

Name Type Description
newPassword: String The new password for the user.

Output Parameter:

Name Type Description
status: Boolean A boolean value indicating the status of the operation, where true represents success, and false represents failure.