[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-08-22 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."]]],[]]