Ask AI
Skip to main content

Reset password

Function: Reset password

This function helps you initiate the process for a user to reset their password. When you use this action, the system will typically send a password reset link or instructions to the user's registered email address, allowing them to set a new password securely.

Input,

  • Email (Type: EMAIL, Required: Yes)
    • The email address of the user for whom you want to start the password reset process.

Output,

  • Confirmation (Type: STATUS)
    • A confirmation that the password reset process has been successfully initiated for the specified user. This usually means an email with reset instructions has been sent to the user.

Execution Flow,

Real-Life Examples,

  1. Scenario: A user forgets their password on a login page.

  2. Scenario: An administrator needs to help a user reset their password.

  3. Scenario: An automated security system detects suspicious activity and forces a password reset for an affected user.