Switch all app to Self Service install

fstask
New Contributor II

Is there a batch process available to switch all mobile device apps from Install Automatically to Make Available in Self Service? We have a bunch of apps and I'd like to avoid making this change manually. Once changed I'll then switch a handful back to auto install.

1 REPLY 1

shaquir
Contributor III

Should be achievable through Jamf's classic API. In the mobiledeviceapplications section, there is a <deployment_type> value that can be set to "Make Available in Self Service".

Update: Did a search with these values and saw @Canniff achieved something similar in Editing IOS App Settings with API. Hopefully he can chime in on his steps.