संग्रह की मदद से व्यवस्थित रहें
अपनी प्राथमिकताओं के आधार पर, कॉन्टेंट को सेव करें और कैटगरी में बांटें.
उपयोगकर्ता को अपडेट करता है.
यह तरीका पैच सिमैंटिक्स के साथ काम करता है. इसका मतलब है कि आपको सिर्फ़ वे फ़ील्ड शामिल करने होंगे जिन्हें आपको अपडेट करना है. अनुरोध में जो फ़ील्ड मौजूद नहीं हैं उन्हें सेव रखा जाएगा. साथ ही, null पर सेट किए गए फ़ील्ड मिटा दिए जाएंगे.
कलेक्शन वाले दोहराए जाने वाले फ़ील्ड के लिए, कलेक्शन में मौजूद अलग-अलग आइटम को पैच मील नहीं किया जा सकता; अनुरोध के मुख्य हिस्से में, सभी आइटम के लिए ज़रूरी वैल्यू दी जानी चाहिए. ज़्यादा जानकारी के लिए, उपयोगकर्ता खातों की गाइड देखें.
एचटीटीपी अनुरोध
PUT https://admin.googleapis.com/admin/directory/v1/users/{userKey}
[[["समझने में आसान है","easyToUnderstand","thumb-up"],["मेरी समस्या हल हो गई","solvedMyProblem","thumb-up"],["अन्य","otherUp","thumb-up"]],[["वह जानकारी मौजूद नहीं है जो मुझे चाहिए","missingTheInformationINeed","thumb-down"],["बहुत मुश्किल है / बहुत सारे चरण हैं","tooComplicatedTooManySteps","thumb-down"],["पुराना","outOfDate","thumb-down"],["अनुवाद से जुड़ी समस्या","translationIssue","thumb-down"],["सैंपल / कोड से जुड़ी समस्या","samplesCodeIssue","thumb-down"],["अन्य","otherDown","thumb-down"]],["आखिरी बार 2024-08-29 (UTC) को अपडेट किया गया."],[[["This method allows you to update user information by sending a PUT request to a specific URL, using the user's email address or ID."],["You only need to include the fields you want to change in the request; unchanged fields are preserved, while fields set to `null` are cleared."],["When updating repeating fields (arrays), you must provide the entire array with all desired values in the request body."],["Authorization requires the `https://www.googleapis.com/auth/admin.directory.user` OAuth scope."]]],[]]