> ## Documentation Index
> Fetch the complete documentation index at: https://docs.modelence.com/llms.txt
> Use this file to discover all available pages before exploring further.

# sendResetPasswordToken

[API Reference](/api-reference/modelence/client/functions/../../../index) / [modelence](/api-reference/modelence/client/functions/../../index) / [client](/api-reference/modelence/client/functions/../index) / sendResetPasswordToken

> **sendResetPasswordToken**(`options`): `Promise`\<`void`>

Defined in: [packages/modelence/src/auth/client/index.ts:165](https://github.com/modelence/modelence/blob/f614ecc6811cdda9670d612872c8ff49a49c5e28/packages/modelence/src/auth/client/index.ts#L165)

Send reset password token.

## Parameters

| Parameter       | Type                    | Description            |
| --------------- | ----------------------- | ---------------------- |
| `options`       | \{ `email`: `string`; } | -                      |
| `options.email` | `string`                | The email of the user. |

## Returns

`Promise`\<`void`>
