REST Resource: users.settings.delegates
संग्रह की मदद से व्यवस्थित रहें
अपनी प्राथमिकताओं के आधार पर, कॉन्टेंट को सेव करें और कैटगरी में बांटें.
संसाधन: डेलिगेट
किसी व्यक्ति को ऐक्सेस देने की सेटिंग. आपने जिन लोगों को अपने खाते का ऐक्सेस दिया है वे आपके खाते से मैसेज पढ़ सकते हैं, भेज सकते हैं, और मिटा सकते हैं. साथ ही, वे आपके खाते में संपर्कों को देख सकते हैं और उन्हें जोड़ सकते हैं. ईमेल पाने की अनुमति देने के बारे में ज़्यादा जानने के लिए, "ईमेल पाने की अनुमति सेट अप करना" लेख पढ़ें.
JSON के काेड में दिखाना |
{
"delegateEmail": string,
"verificationStatus": enum (VerificationStatus )
} |
फ़ील्ड |
delegateEmail |
string
जिस व्यक्ति को ऐक्सेस देना है उसका ईमेल पता.
|
verificationStatus |
enum (VerificationStatus )
इससे पता चलता है कि इस पते की पुष्टि की गई है या नहीं. साथ ही, यह भी पता चलता है कि इस पते का इस्तेमाल, खाते के लिए किसी दूसरे व्यक्ति को अनुमति देने के तौर पर किया जा सकता है या नहीं. सिर्फ़ पढ़ने के लिए.
|
VerificationStatus
इससे पता चलता है कि किसी ईमेल पते के मालिकाना हक की पुष्टि, उसे किसी दूसरे व्यक्ति को ऐक्सेस देने के लिए की गई है या नहीं.
Enums |
verificationStatusUnspecified |
पुष्टि की स्थिति की जानकारी नहीं है. |
accepted |
यह पता, खाते के लिए किसी प्रतिनिधि के तौर पर काम कर सकता है. |
pending |
पते पर पुष्टि करने का अनुरोध भेजा गया था और मालिक ने अब तक इसे स्वीकार नहीं किया है. |
rejected |
इस पते पर पुष्टि करने का अनुरोध भेजा गया था और मालिक ने इसे अस्वीकार कर दिया. |
expired |
पते पर पुष्टि करने का अनुरोध भेजा गया था, लेकिन पुष्टि किए बिना ही उसकी समयसीमा खत्म हो गई. |
तरीके |
|
पुष्टि करने वाला ईमेल भेजे बिना, किसी प्रतिनिधि को जोड़ता है. साथ ही, पुष्टि की स्थिति को सीधे accepted पर सेट करता है. |
|
यह सुविधा, चुने गए किसी भी व्यक्ति को ऐक्सेस देने की सुविधा को हटा देती है. भले ही, उस व्यक्ति की पुष्टि की गई हो या नहीं. साथ ही, इस सुविधा का इस्तेमाल करने के लिए की गई पुष्टि को भी रद्द कर देती है. |
|
तय किए गए प्रतिनिधि को दिखाता है. |
|
किसी खाते के लिए, ऐक्सेस पाने वाले लोगों की सूची दिखाता है. |
जब तक कुछ अलग से न बताया जाए, तब तक इस पेज की सामग्री को Creative Commons Attribution 4.0 License के तहत और कोड के नमूनों को Apache 2.0 License के तहत लाइसेंस मिला है. ज़्यादा जानकारी के लिए, Google Developers साइट नीतियां देखें. Oracle और/या इससे जुड़ी हुई कंपनियों का, Java एक रजिस्टर किया हुआ ट्रेडमार्क है.
आखिरी बार 2025-07-25 (UTC) को अपडेट किया गया.
[null,null,["आखिरी बार 2025-07-25 (UTC) को अपडेट किया गया."],[],[],null,["# REST Resource: users.settings.delegates\n\n- [Resource: Delegate](#Delegate)\n - [JSON representation](#Delegate.SCHEMA_REPRESENTATION)\n- [VerificationStatus](#VerificationStatus)\n- [Methods](#METHODS_SUMMARY)\n\nResource: Delegate\n------------------\n\nSettings for a delegate. Delegates can read, send, and delete messages, as well as view and add contacts, for the delegator's account. See [\"Set up mail delegation\"](https://support.google.com/mail/answer/138350) for more information about delegates.\n\n| JSON representation |\n|------------------------------------------------------------------------------------------------------------------------------------------------------|\n| ``` { \"delegateEmail\": string, \"verificationStatus\": enum (/workspace/gmail/api/reference/rest/v1/users.settings.delegates#VerificationStatus) } ``` |\n\n| Fields ||\n|----------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `delegateEmail` | `string` The email address of the delegate. |\n| `verificationStatus` | `enum (`[VerificationStatus](/workspace/gmail/api/reference/rest/v1/users.settings.delegates#VerificationStatus)`)` Indicates whether this address has been verified and can act as a delegate for the account. Read-only. |\n\nVerificationStatus\n------------------\n\nIndicates whether ownership of an email address has been verified for delegation use.\n\n| Enums ||\n|---------------------------------|------------------------------------------------------------------------------------------|\n| `verificationStatusUnspecified` | Unspecified verification status. |\n| `accepted` | The address can act a delegate for the account. |\n| `pending` | A verification request was mailed to the address, and the owner has not yet accepted it. |\n| `rejected` | A verification request was mailed to the address, and the owner rejected it. |\n| `expired` | A verification request was mailed to the address, and it expired without verification. |\n\n| Methods ------- ||\n|--------------------------------------------------------------------------------------|--------------------------------------------------------------------------------------------------------------------------------------------------|\n| ### [create](/workspace/gmail/api/reference/rest/v1/users.settings.delegates/create) | Adds a delegate with its verification status set directly to `accepted`, without sending any verification email. |\n| ### [delete](/workspace/gmail/api/reference/rest/v1/users.settings.delegates/delete) | Removes the specified delegate (which can be of any verification status), and revokes any verification that may have been required for using it. |\n| ### [get](/workspace/gmail/api/reference/rest/v1/users.settings.delegates/get) | Gets the specified delegate. |\n| ### [list](/workspace/gmail/api/reference/rest/v1/users.settings.delegates/list) | Lists the delegates for the specified account. |"]]