Docs Menu
API Developer Guide / middleware / pub / security / flow / changePasswordFlow

Service: changePasswordFlow

This service allows users to change their password.

Input Parameter:

Name Type Description
*payload: Document The payload containing the new password.
password: String The new password.

Output Parameter:

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