Koleksiyonlar ile düzeninizi koruyun
İçeriği tercihlerinize göre kaydedin ve kategorilere ayırın.
Kullanıcının tüm web ve cihaz oturumlarını kapatır ve oturum açma çerezlerini sıfırlar. Kullanıcının, kimlik doğrulaması yaparak tekrar oturum açması gerekir.
HTTP isteği
POST https://admin.googleapis.com/admin/directory/v1/users/{userKey}/signOut
API isteğindeki hedef kullanıcıyı tanımlar. Değer, kullanıcının birincil e-posta adresi, takma ad e-posta adresi veya benzersiz kullanıcı kimliği olabilir.
İstek içeriği
İstek metni boş olmalıdır.
Yanıt gövdesi
Başarılı olursa yanıt, biçimi yöntem tarafından tanımlanan genel bir HTTP yanıtı olur.
[[["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."],[[["Signs a user out of all active web and device sessions, requiring them to re-authenticate for future logins."],["Employs an HTTP POST request to `https://admin.googleapis.com/admin/directory/v1/users/{userKey}/signOut`, replacing `{userKey}` with the user's email address or unique ID."],["Requires authorization with the `https://www.googleapis.com/auth/admin.directory.user.security` scope."],["The request body should be empty, and a successful operation returns a standard HTTP response."]]],[]]