Thêm người được uỷ quyền có trạng thái xác minh được đặt trực tiếp thành accepted mà không cần gửi bất kỳ email xác minh nào. Người dùng được uỷ quyền phải là thành viên của cùng một tổ chức Google Workspace với người dùng được uỷ quyền.
Gmail đặt ra giới hạn về số lượng người được uỷ quyền và người uỷ quyền mà mỗi người dùng trong một tổ chức Google Workspace có thể có. Những giới hạn này tuỳ thuộc vào tổ chức của bạn nhưng nhìn chung mỗi người dùng có thể có tối đa 25 người được uỷ quyền và tối đa 10 người uỷ quyền.
Xin lưu ý rằng người dùng được uỷ quyền phải được giới thiệu bằng địa chỉ email chính của họ chứ không phải bí danh email.
Ngoài ra, xin lưu ý rằng khi một người được uỷ quyền mới được tạo, có thể phải mất tới một phút thì bạn mới có thể sử dụng được người được uỷ quyền mới đó.
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/delegates
[[["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."],[[["Adds a delegate to a user's Gmail account with verification status set to `accepted` without requiring email verification, given the delegate is in the same Google Workspace organization."],["Gmail has limits on the number of delegates and delegators a user can have, typically around 25 delegates and 10 delegators per user."],["Delegate users must be referred to by their primary email address, the new delegate may take up to a minute to be available, and this method requires domain-wide authority delegated to service account clients."],["This functionality is accessed via a POST request to the specified URL with path parameters including the user's email address, a request body containing a `Delegate` instance, and a response body, upon success, also containing a `Delegate` instance."],["Authorization for this method requires the `https://www.googleapis.com/auth/gmail.settings.sharing` OAuth scope."]]],[]]