sendSetPasswordEmail( )


Developer Preview

This API is subject to change. Bug fixes and new features will be released based on developer feedback throughout the preview period.

Sends a site member an email with a link to set their password.

The set password link is valid for 3 hours, and it can be used only once. If the link expires, the original password remains.

Permissions
Manage Members
Learn more about app permissions.
Method Declaration
Copy
Method Parameters
emailstringRequired

Login email of the member whose password will be set.


optionsSendSetPasswordEmailOptions

Email display options.

Returns
Return Type:Promise<SendSetPasswordEmailResponse>
Was this helpful?
Yes
No