Reset User Password
sf_reset_user_passwordReset a Salesforce user's password by username or ID. Sends a password-reset email to the user, helping locked-out users regain access.
Instructions
Resets a Salesforce user's password by username or user ID. Sends a password-reset email to the user's email address. Use when a user is locked out or needs to set a new password.
username or userId: identify the user (at least one required) sendEmail: set false to reset without sending an email (default: true)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| username | Yes | Salesforce username of the user to reset | |
| sendEmail | No | Send password reset email to the user |