Display & Video 360 API v2 সূর্যাস্ত হয়েছে। পরিবর্তে Display & Video 360 API v3 ব্যবহার করুন। v2 থেকে v3 মাইগ্রেশন নির্দেশাবলীর জন্য, আমাদের মাইগ্রেশন গাইড দেখুন।
ব্যাচে মুছে ফেলার জন্য নির্ধারিত ব্যবহারকারীর ভূমিকা, assigned_user_role_ids এর তালিকা হিসাবে নির্দিষ্ট করা হয়েছে। assignedUserRoleId-এর বিন্যাস হল entityType-entityid , উদাহরণস্বরূপ partner-123 ।
[[["সহজে বোঝা যায়","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-01-12 UTC-তে শেষবার আপডেট করা হয়েছে।"],[[["The Display & Video 360 API v1 `bulkEditAssignedUserRoles` method allows for batch updates of user roles, deleting and creating them in one operation."],["This method requires specific authentication outlined in the Managing Users guide and does not support the \"Try this method\" feature."],["The request body includes lists of assigned user roles to delete and create, identified by their respective IDs or object representations."],["A successful response provides a list of the newly created assigned user roles or an empty list if none were created."],["Authorization requires the `https://www.googleapis.com/auth/display-video-user-management` OAuth scope."]]],["This document details the process of bulk editing user roles via the Display & Video 360 API. It utilizes a POST request to `https://displayvideo.googleapis.com/v1/users/{userId}:bulkEditAssignedUserRoles`, requiring a `userId` path parameter. The request body contains two fields: `deletedAssignedUserRoles` for roles to be removed and `createdAssignedUserRoles` for roles to be added. The response lists successfully created roles. This method needs specific authentication as detailed in the \"Managing Users\" guide and the user must use the `display-video-user-management` scope.\n"]]