# UpdateEmailRequestBody ## Example Usage ```typescript import { UpdateEmailRequestBody } from "@lukehagar/discoursejs/sdk/models/operations"; let value: UpdateEmailRequestBody = { email: "Maureen_Lind94@gmail.com", }; ``` ## Fields | Field | Type | Required | Description | | ------------------ | ------------------ | ------------------ | ------------------ | | `email` | *string* | :heavy_check_mark: | N/A |