Koleksiyonlar ile düzeninizi koruyun
İçeriği tercihlerinize göre kaydedin ve kategorilere ayırın.
Bir kullanıcıyı günceller.
Bu yöntem yama semantiğini destekler, yani yalnızca güncellemek istediğiniz alanları eklemeniz gerekir. İstekte bulunmayan alanlar korunur ve null olarak ayarlanan alanlar temizlenir.
Dizi içeren tekrarlanan alanlarda, dizideki tek tek öğelere parça parça yama uygulanamaz; bu öğeler, istek gövdesinde tüm öğeler için istenen değerlerle sağlanmalıdır. Daha fazla bilgi edinmek için kullanıcı hesapları rehberini inceleyin.
HTTP isteği
PUT https://admin.googleapis.com/admin/directory/v1/users/{userKey}
[[["Anlaması kolay","easyToUnderstand","thumb-up"],["Sorunumu çözdü","solvedMyProblem","thumb-up"],["Diğer","otherUp","thumb-up"]],[["İhtiyacım olan bilgiler yok","missingTheInformationINeed","thumb-down"],["Çok karmaşık / çok fazla adım var","tooComplicatedTooManySteps","thumb-down"],["Güncel değil","outOfDate","thumb-down"],["Çeviri sorunu","translationIssue","thumb-down"],["Örnek veya kod sorunu","samplesCodeIssue","thumb-down"],["Diğer","otherDown","thumb-down"]],["Son güncelleme tarihi: 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."]]],[]]