Wipe API Endpoint - Same arguments as Portal GUI (Disable Activation Lock, Preserve Data Plan, Return to Service, etc)
I've seen other suggestions on adding select arguments to the Wipe endpoint of the SimpleMDM API.
I'd like to propose adding all the available Wipe Options from the Portal GUI to the API Endpoint, with [default values] if these arguments are not in the request:
disableActivationLock > [True] / False
preserveDataPlan > True / [False]
disallowProximitySetup > True / [False]
returnToService > True / [False]
*Large reason being I utilize this to re-instate corporate tablets with cellular service (i.e. someone leaves and someone is hired, reuse technology). Up to know, we've had Physical SIM cards. I learned, the hard way, the new eSIMs are deleted when using the API Wipe endpoint as it does NOT support the Preserve Data Plan argument.
-
Peter Koruga
commented
This in tvOS is a, or rather the KEY feature in my use of simpleMDM.
My lodging facility has Apple TVs that are very time consuming to Wipe and Return to Service manually after each and every reservation. But I don't want a guest to forget to logout and then the next renter dork up their streaming services.
So to have a cron in my systems backend that upon checkout hits the Wipe and Return to Service endpoint would be HUGE. Please ask any questions. For context I am also a software engineer.
-
sartori.f
commented
Hi. As SimpleMDM is interested in implementing Return to service, it would be interesting to make it available via an API call, as an extension of the wipe endpoint. Franck