patch https://yourServer.jamfcloud.com/api/v1/computer-inventory-collection-settings
Update computer inventory settings
Response
Update computer inventory settings
xxxxxxxxxx
25curl --request PATCH \
--url https://yourserver.jamfcloud.com/api/v1/computer-inventory-collection-settings \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '
{
"computerInventoryCollectionPreferences": {
"monitorApplicationUsage": false,
"includeFonts": false,
"includePlugins": false,
"includePackages": false,
"includeSoftwareUpdates": false,
"includeAccounts": false,
"calculateSizes": false,
"includeHiddenAccounts": false,
"includePrinters": false,
"includeServices": false,
"collectSyncedMobileDeviceInfo": false,
"updateLdapInfoOnComputerInventorySubmissions": false,
"monitorBeacons": false,
"allowChangingUserAndLocation": true,
"useUnixUserPaths": true
}
}
'