[[["容易理解","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"]],["上次更新時間:2025-02-25 (世界標準時間)。"],[[["This method enables bulk editing of user roles by deleting and creating assigned roles in batches."],["It requires the `userId` as a path parameter to identify the target user."],["The request body specifies roles to delete (`deletedAssignedUserRoles`) and create (`createdAssignedUserRoles`)."],["Successful responses include a list of the successfully created assigned user roles (`createdAssignedUserRoles`)."],["It requires authorization with the `https://www.googleapis.com/auth/display-video-user-management` scope."]]],["This API operation performs bulk edits to a user's roles. It uses a POST request to the specified URL, including the user's ID in the path. The request body contains two key arrays: `deletedAssignedUserRoles`, listing user role IDs to remove, and `createdAssignedUserRoles`, listing new roles to assign. The response returns a list of successfully created assigned user roles in `createdAssignedUserRoles`. This operation requires specific authorization scopes and prerequisites, and the \"Try it!\" feature is unavailable.\n"]]