Tạo địa chỉ chuyển tiếp. Nếu cần phải xác minh quyền sở hữu, một tin nhắn sẽ được gửi tới người nhận và trạng thái xác minh của tài nguyên sẽ được đặt thành pending. Nếu không, tài nguyên sẽ được tạo với trạng thái xác minh được đặt thành accepted.
Phương thức này chỉ dành cho những khách hàng sử dụng tài khoản dịch vụ đã được uỷ quyền trên toàn miền.
Yêu cầu HTTP
POST https://gmail.googleapis.com/gmail/v1/users/{userId}/settings/forwardingAddresses
[[["Dễ hiểu","easyToUnderstand","thumb-up"],["Giúp tôi giải quyết được vấn đề","solvedMyProblem","thumb-up"],["Khác","otherUp","thumb-up"]],[["Thiếu thông tin tôi cần","missingTheInformationINeed","thumb-down"],["Quá phức tạp/quá nhiều bước","tooComplicatedTooManySteps","thumb-down"],["Đã lỗi thời","outOfDate","thumb-down"],["Vấn đề về bản dịch","translationIssue","thumb-down"],["Vấn đề về mẫu/mã","samplesCodeIssue","thumb-down"],["Khác","otherDown","thumb-down"]],["Cập nhật lần gần đây nhất: 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."]]],[]]