Method: users.stop
users.stop receiving push notifications for the given user mailbox.
בקשת HTTP
POST https://gmail.googleapis.com/gmail/v1/users/{userId}/stop
כתובת ה-URL משתמשת בתחביר של Transcoding של gRPC.
פרמטרים של נתיב
פרמטרים |
userId |
string
זוהי כתובת האימייל של המשתמש. אפשר להשתמש בערך המיוחד me כדי לציין את המשתמש המאומת.
|
גוף הבקשה
גוף הבקשה חייב להיות ריק.
גוף התשובה
אם הפעולה בוצעה ללא שגיאות, גוף התגובה הוא אובייקט JSON ריק.
היקפי הרשאה
נדרש אחד מהיקפי ההרשאות הבאים של OAuth:
https://mail.google.com/
https://www.googleapis.com/auth/gmail.modify
https://www.googleapis.com/auth/gmail.readonly
https://www.googleapis.com/auth/gmail.metadata
מידע נוסף זמין במדריך ההרשאות.
אלא אם צוין אחרת, התוכן של דף זה הוא ברישיון Creative Commons Attribution 4.0 ודוגמאות הקוד הן ברישיון Apache 2.0. לפרטים, ניתן לעיין במדיניות האתר Google Developers. Java הוא סימן מסחרי רשום של חברת Oracle ו/או של השותפים העצמאיים שלה.
עדכון אחרון: 2025-03-14 (שעון UTC).
[null,null,["עדכון אחרון: 2025-03-14 (שעון UTC)."],[[["Stops users from receiving push notifications for a given user mailbox."],["Uses an HTTP POST request to `https://gmail.googleapis.com/gmail/v1/users/{userId}/stop`."],["Requires the `userId` path parameter, representing the user's email address."],["Needs authorization with specific OAuth scopes like `https://mail.google.com/` or `https://www.googleapis.com/auth/gmail.modify`."],["An empty request body is required, and a successful response results in an empty response body."]]],["This outlines how to stop a user from receiving push notifications via a POST request to `https://gmail.googleapis.com/gmail/v1/users/{userId}/stop`. The `userId`, representing the user's email or 'me', is a required path parameter. The request body must be empty. A successful request results in an empty response body. Authorization requires one of four specific OAuth scopes, such as `https://mail.google.com/` or `https://www.googleapis.com/auth/gmail.modify`.\n"]]