یک آدرس فوروارد ایجاد می کند. اگر تأیید مالکیت مورد نیاز باشد، پیامی برای گیرنده ارسال میشود و وضعیت تأیید منبع روی «در pending تنظیم میشود. در غیر این صورت، منبع با وضعیت تأیید ایجاد شده روی accepted ایجاد می شود.
این روش فقط برای سرویس گیرندگان حساب خدماتی در دسترس است که اختیارات گسترده دامنه به آنها واگذار شده است.
درخواست HTTP
POST https://gmail.googleapis.com/gmail/v1/users/{userId}/settings/forwardingAddresses
تاریخ آخرین بهروزرسانی 2024-09-05 بهوقت ساعت هماهنگ جهانی.
[[["درک آسان","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 بهوقت ساعت هماهنگ جهانی."],[[["Creates a forwarding address for a Gmail user, requiring domain-wide delegated authority for service accounts."],["The forwarding address creation can require ownership verification, impacting its initial status."],["Uses the `POST` method with the path `https://gmail.googleapis.com/gmail/v1/users/{userId}/settings/forwardingAddresses` and requires specific authorization scopes."],["Input is provided through a request body containing a `ForwardingAddress` object, and success results in a response containing the created `ForwardingAddress`."],["Service account clients need the `https://www.googleapis.com/auth/gmail.settings.sharing` OAuth scope for this operation."]]],[]]