create_auth_reset_password
Send a reset password email to a user who forgot their password, triggering the account recovery flow.
Instructions
Send a reset password email.
POST /api/v1/auth/reset-password
Args: body: Request payload. Read the matching GET or the /schema endpoint first to see the fields this resource expects.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |