Skip to main content
Version: 5.7.0

SysSendPasswordResetEmail

Triggers the sending of a password reset email to the specified user. Note that the user must have an email identity attached to their profile.

ServiceOperation
userSYS_SEND_PASSWORD_RESET_EMAIL

Method Parameters

ParameterDescription
profileIdThe profileId of the user to send the password reset email to

Usage

http://localhost:3000
// Cloud Code only. To view example, switch to the Cloud Code tab
JSON Response
{
"status": 200,
"data": null
}