[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-24 UTC."],[],[],null,["# REST Resource: users.settings.forwardingAddresses\n\n- [Resource: ForwardingAddress](#ForwardingAddress)\n - [JSON representation](#ForwardingAddress.SCHEMA_REPRESENTATION)\n- [VerificationStatus](#VerificationStatus)\n- [Methods](#METHODS_SUMMARY)\n\nResource: ForwardingAddress\n---------------------------\n\nSettings for a forwarding address.\n\n| JSON representation |\n|------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| ``` { \"forwardingEmail\": string, \"verificationStatus\": enum (/workspace/gmail/api/reference/rest/v1/users.settings.forwardingAddresses#VerificationStatus) } ``` |\n\n| Fields ||\n|----------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `forwardingEmail` | `string` An email address to which messages can be forwarded. |\n| `verificationStatus` | `enum (`[VerificationStatus](/workspace/gmail/api/reference/rest/v1/users.settings.forwardingAddresses#VerificationStatus)`)` Indicates whether this address has been verified and is usable for forwarding. Read-only. |\n\nVerificationStatus\n------------------\n\nIndicates whether ownership of an email address has been verified for forwarding use.\n\n| Enums ||\n|---------------------------------|----------------------------------------------------|\n| `verificationStatusUnspecified` | Unspecified verification status. |\n| `accepted` | The address is ready to use for forwarding. |\n| `pending` | The address is awaiting verification by the owner. |\n\n| Methods ------- ||\n|------------------------------------------------------------------------------------------------|----------------------------------------------------------------------------------------------------|\n| ### [create](/workspace/gmail/api/reference/rest/v1/users.settings.forwardingAddresses/create) | Creates a forwarding address. |\n| ### [delete](/workspace/gmail/api/reference/rest/v1/users.settings.forwardingAddresses/delete) | Deletes the specified forwarding address and revokes any verification that may have been required. |\n| ### [get](/workspace/gmail/api/reference/rest/v1/users.settings.forwardingAddresses/get) | Gets the specified forwarding address. |\n| ### [list](/workspace/gmail/api/reference/rest/v1/users.settings.forwardingAddresses/list) | Lists the forwarding addresses for the specified account. |"]]