Directus / @directus/sdk / rest / passwordRequest
Function: passwordRequest() ​
passwordRequest<
Schema
>(reset_url
?):RestCommand
<void
,Schema
>
Request a password reset email to be sent to the given user.
Type Parameters ​
• Schema
Parameters ​
• email: string
Email address of the user you're requesting a password reset for.
• reset_url?: string
Provide a custom reset url which the link in the email will lead to. The reset token will be passed as a parameter.
Returns ​
RestCommand
<void
, Schema
>
Empty body.