Liste les adresses de transfert pour le compte spécifié.
Sauf indication contraire, le contenu de cette page est régi par une licence Creative Commons Attribution 4.0, et les échantillons de code sont régis par une licence Apache 2.0. Pour en savoir plus, consultez les Règles du site Google Developers. Java est une marque déposée d'Oracle et/ou de ses sociétés affiliées.
Dernière mise à jour le 2025/07/25 (UTC).
[[["Facile à comprendre","easyToUnderstand","thumb-up"],["J'ai pu résoudre mon problème","solvedMyProblem","thumb-up"],["Autre","otherUp","thumb-up"]],[["Il n'y a pas l'information dont j'ai besoin","missingTheInformationINeed","thumb-down"],["Trop compliqué/Trop d'étapes","tooComplicatedTooManySteps","thumb-down"],["Obsolète","outOfDate","thumb-down"],["Problème de traduction","translationIssue","thumb-down"],["Mauvais exemple/Erreur de code","samplesCodeIssue","thumb-down"],["Autre","otherDown","thumb-down"]],["Dernière mise à jour le 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. |"]]