# SendPasswordResetEmailResponseBody success response ## Example Usage ```typescript import { SendPasswordResetEmailResponseBody } from "@lukehagar/discoursejs/sdk/models/operations"; let value: SendPasswordResetEmailResponseBody = { success: "", userFound: false, }; ``` ## Fields | Field | Type | Required | Description | | ------------------ | ------------------ | ------------------ | ------------------ | | `success` | *string* | :heavy_check_mark: | N/A | | `userFound` | *boolean* | :heavy_check_mark: | N/A |