संग्रह की मदद से व्यवस्थित रहें
अपनी प्राथमिकताओं के आधार पर, कॉन्टेंट को सेव करें और कैटगरी में बांटें.
पैच सिमैंटिक इस्तेमाल करके उपयोगकर्ता को अपडेट करता है. इसके बजाय, update के तरीके का इस्तेमाल किया जाना चाहिए, क्योंकि यह पैच सिमैंटिक भी काम करता है और इसकी परफ़ॉर्मेंस बेहतर है. अगर Google आइडेंटिटी के साथ बाहरी पहचान को मैप किया जा रहा है, तो patch तरीके के बजाय, update तरीके का इस्तेमाल करें.
[[["समझने में आसान है","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) को अपडेट किया गया."],[[["`patch` updates a user using patch semantics, but the `update` method is recommended for better performance and support for patch semantics, especially for mapping external identities."],["When dealing with repeated object fields like addresses or phone numbers, the `update` method should be used instead of `patch` for effective clearing."],["This API endpoint utilizes an HTTP PATCH request to `https://admin.googleapis.com/admin/directory/v1/users/{userKey}`, allowing modification of user data using patch semantics."],["To use this endpoint, you'll need to include the user's primary email address, alias email address, or unique user ID as the `userKey` in the request path."],["Appropriate authorization with the `https://www.googleapis.com/auth/admin.directory.user` scope is necessary to access and modify user data via this API."]]],[]]