Skip to content
On this page

This is an auto-generated document to support extension builders understand the internal packages they can utilize. To find our written guides, tutorials, and API/SDK reference, check out our main docs .

Directus / @directus/sdk / rest / passwordRequest

Function: passwordRequest()

passwordRequest<Schema>(email, reset_url?): RestCommand<void, Schema>

Request a password reset email to be sent to the given user.

Type parameters

Schema extends object

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.

Source

rest/commands/auth/password-request.ts:12