[[["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."],[[["Generates new backup verification codes for a specified user."],["Requires an HTTP POST request to the designated endpoint, including the user's email or ID."],["The request body should be empty, and authorization requires the `admin.directory.user.security` scope."]]],["This document outlines how to generate new backup verification codes for a user via an HTTP POST request to `https://admin.googleapis.com/admin/directory/v1/users/{userKey}/verificationCodes/generate`. The `userKey` path parameter, representing the user's email or ID, is required. The request body must be empty. A successful request returns a generic HTTP response, and the `https://www.googleapis.com/auth/admin.directory.user.security` OAuth scope is necessary for authorization.\n"]]