[[["Łatwo zrozumieć","easyToUnderstand","thumb-up"],["Rozwiązało to mój problem","solvedMyProblem","thumb-up"],["Inne","otherUp","thumb-up"]],[["Brak potrzebnych mi informacji","missingTheInformationINeed","thumb-down"],["Zbyt skomplikowane / zbyt wiele czynności do wykonania","tooComplicatedTooManySteps","thumb-down"],["Nieaktualne treści","outOfDate","thumb-down"],["Problem z tłumaczeniem","translationIssue","thumb-down"],["Problem z przykładami/kodem","samplesCodeIssue","thumb-down"],["Inne","otherDown","thumb-down"]],["Ostatnia aktualizacja: 2025-07-25 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. |"]]