Bulk Create Approvals
POST {{cb_url}}/device_control/v3/orgs/{{cb_org_key}}/approvals/_bulk
Create multiple USB device approvals. Supports either JSON or CSV.
RBAC Permissions Required
Permission (.notation name) | Operation(s) |
---|---|
external-device.manage | CREATE |
Request Body
[{"approval_name"=>"string", "notes"=>"string", "product_id"=>"string", "serial_number"=>"string", "vendor_id"=>"string"}]