[[["Fácil de comprender","easyToUnderstand","thumb-up"],["Resolvió mi problema","solvedMyProblem","thumb-up"],["Otro","otherUp","thumb-up"]],[["Falta la información que necesito","missingTheInformationINeed","thumb-down"],["Muy complicado o demasiados pasos","tooComplicatedTooManySteps","thumb-down"],["Desactualizado","outOfDate","thumb-down"],["Problema de traducción","translationIssue","thumb-down"],["Problema con las muestras o los códigos","samplesCodeIssue","thumb-down"],["Otro","otherDown","thumb-down"]],["Última actualización: 2024-09-05 (UTC)"],[[["This API retrieves the auto-forwarding configuration for a specific Gmail account."],["It uses an HTTP GET request with the user's email address as a path parameter."],["An empty request body is required, and the response provides an AutoForwarding object containing the settings."],["Authorization is necessary using one of the specified OAuth scopes related to Gmail settings or access."]]],["This API retrieves the auto-forwarding settings for a specified Gmail account. It uses a `GET` request to `https://gmail.googleapis.com/gmail/v1/users/{userId}/settings/autoForwarding`, where `userId` is the user's email or \"me\". The request body must be empty. A successful request returns an `AutoForwarding` instance in the response. Authorization requires one of four specified OAuth scopes: `gmail.settings.basic`, `mail.google.com`, `gmail.modify`, or `gmail.readonly`.\n"]]