# SendPasswordResetEmailRequestBody ## Example Usage ```typescript import { SendPasswordResetEmailRequestBody } from "@lukehagar/discoursejs/sdk/models/operations"; let value: SendPasswordResetEmailRequestBody = { login: "Lilyan_Welch20", }; ``` ## Fields | Field | Type | Required | Description | | ------------------ | ------------------ | ------------------ | ------------------ | | `login` | *string* | :heavy_check_mark: | N/A |