קל לארגן דפים בעזרת אוספים
אפשר לשמור ולסווג תוכן על סמך ההעדפות שלך.
עדכון משתמש.
השיטה הזו תומכת בסמנטיקה של תיקונים, כלומר צריך לכלול רק את השדות שרוצים לעדכן. שדות שלא קיימים בבקשה יישמרו, והשדות שהוגדרו לערך null יימחקו.
בשדות חוזרים שמכילים מערכים, לא ניתן לתקן פריטים בודדים במערך באופן חלקי. יש לספק אותם בגוף הבקשה עם הערכים הרצויים לכל הפריטים. לקבלת מידע נוסף, עיין במדריך לחשבונות משתמש.
בקשת HTTP
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."]]],[]]