Hello team,
I have one article from you as mentioned below:
https://discussions.soti.net/articles/000001443
Can you please provide the JSON code to use the EnrollmentURL instead of the EnrollmentID ?
"{
"android.app.extra.PROVISIONING_DEVICE_ADMIN_COMPONENT_NAME":
"net.soti.mobicontrol.androidwork/net.soti.mobicontrol.admin.DeviceAdminAdapter",
"android.app.extra.PROVISIONING_DEVICE_ADMIN_SIGNATURE_CHECKSUM":
"hn8mSNJMPcovWbnnWrb-uMpWZjNlNp-jyV_2A-Whumc=\n",
"android.app.extra.PROVISIONING_SKIP_ENCRYPTION":"false",
"android.app.extra.PROVISIONING_LEAVE_ALL_SYSTEM_APPS_ENABLED":true,
"android.app.extra.PROVISIONING_ADMIN_EXTRAS_BUNDLE":{
"enrollmentid":""
}
}"
I have replaced the enrollmenturl in place of enrollmentid but that did not work or may that is not a correct way to change the parameters.