एक फ़ॉरवर्ड करने का पता बनाता है. अगर मालिकाना हक की पुष्टि ज़रूरी है, तो इसे पाने वाले व्यक्ति को मैसेज भेजा जाएगा और संसाधन की पुष्टि की स्थिति pending पर सेट की जाएगी. ऐसा न होने पर, संसाधन बनाया जाएगा और उसकी पुष्टि की स्थिति accepted पर सेट हो जाएगी.
यह तरीका, सेवा खाते के सिर्फ़ उन क्लाइंट के लिए उपलब्ध है जिन्हें पूरे डोमेन पर अधिकार दिया गया है.
एचटीटीपी अनुरोध
POST https://gmail.googleapis.com/gmail/v1/users/{userId}/settings/forwardingAddresses
[[["समझने में आसान है","easyToUnderstand","thumb-up"],["मेरी समस्या हल हो गई","solvedMyProblem","thumb-up"],["अन्य","otherUp","thumb-up"]],[["वह जानकारी मौजूद नहीं है जो मुझे चाहिए","missingTheInformationINeed","thumb-down"],["बहुत मुश्किल है / बहुत सारे चरण हैं","tooComplicatedTooManySteps","thumb-down"],["पुराना","outOfDate","thumb-down"],["अनुवाद से जुड़ी समस्या","translationIssue","thumb-down"],["सैंपल / कोड से जुड़ी समस्या","samplesCodeIssue","thumb-down"],["अन्य","otherDown","thumb-down"]],["आखिरी बार 2024-09-05 (UTC) को अपडेट किया गया."],[[["Creates a forwarding address for a Gmail user, requiring domain-wide authority delegated to a service account client."],["If ownership verification is needed, a verification message is sent and the status is set to `pending`; otherwise, it's set to `accepted`."],["Uses the `POST` method with the URL `https://gmail.googleapis.com/gmail/v1/users/{userId}/settings/forwardingAddresses`, replacing `{userId}` with the user's email address or \"me\"."],["Requires the `https://www.googleapis.com/auth/gmail.settings.sharing` OAuth scope for authorization."]]],[]]