Method: users.settings.getPop
Yêu cầu HTTP
GET https://gmail.googleapis.com/gmail/v1/users/{userId}/settings/pop
URL sử dụng cú pháp Chuyển mã gRPC.
Tham số đường dẫn
Các tham số |
userId |
string
Địa chỉ email của người dùng. Giá trị đặc biệt "tôi" có thể được dùng để cho biết người dùng đã xác thực.
|
Nội dung yêu cầu
Nội dung yêu cầu phải trống.
Nội dung phản hồi
Nếu thành công, nội dung phản hồi sẽ chứa một phiên bản của PopSettings
.
Phạm vi uỷ quyền
Yêu cầu một trong các phạm vi OAuth sau:
https://www.googleapis.com/auth/gmail.settings.basic
https://mail.google.com/
https://www.googleapis.com/auth/gmail.modify
https://www.googleapis.com/auth/gmail.readonly
Để biết thêm thông tin, hãy xem Hướng dẫn uỷ quyền.
Trừ phi có lưu ý khác, nội dung của trang này được cấp phép theo Giấy phép ghi nhận tác giả 4.0 của Creative Commons và các mẫu mã lập trình được cấp phép theo Giấy phép Apache 2.0. Để biết thông tin chi tiết, vui lòng tham khảo Chính sách trang web của Google Developers. Java là nhãn hiệu đã đăng ký của Oracle và/hoặc các đơn vị liên kết với Oracle.
Cập nhật lần gần đây nhất: 2024-09-05 UTC.
[null,null,["Cập nhật lần gần đây nhất: 2024-09-05 UTC."],[[["Retrieves a user's POP settings using their email address."],["Requires an empty request body and returns PopSettings upon success."],["Utilizes gRPC Transcoding for its URL structure and needs specific OAuth scopes for authorization."],["Allows identifying the authenticated user with the \"me\" value in the userId path parameter."]]],["This document details how to retrieve POP settings via a `GET` request to `https://gmail.googleapis.com/gmail/v1/users/{userId}/settings/pop`. The `userId` path parameter, representing a user's email (or \"me\"), is required. The request body must be empty. A successful response contains an instance of `PopSettings`. Authorization requires one of four listed OAuth scopes. The `Try it!` section is available for experimentation. It also mentions gRPC Transcoding.\n"]]