How do I integrate Knox Manage with Knox Mobile Enrollment?
Last updated November 8th, 2023
Go to the Knox Mobile Enrollment User Guide for detailed information on how to integrate this service with Knox Manage.
You will need to enter the following data during the setup process:
MDM Server URI
Region | URI |
---|---|
Asia | https://ap01.manage.samsungknox.com |
US | https://us01.manage.samsungknox.com |
EU | https://eu01.manage.samsungknox.com |
Depending on the tenant, you may have to change the domain URI. Refer to your prefix server address on the Knox Manage console, and enter that value in the EMM Server URI field. For example, if your server address is https://ap02.manage.samsungknox.com/emm/admin/login.do, your EMM Server URI should be https://ap02.manage.samsungknox.com.
EMM Agent APK
Region | APK |
---|---|
Asia | http://install-ap.manage.samsungknox.com/KnoxManageEMMService.apk |
US | http://install-us.manage.samsungknox.com/KnoxManageEMMService.apk |
EU | http://install-eu.manage.samsungknox.com/KnoxManageEMMService.apk |
JSON payload for enrollment
The following key-value pairs can be added to the JSON payload:
Key | Type | Value |
---|---|---|
tenantId |
String | Enter the name of your Knox Manage company account. It occurs after @ in your Knox Manage user name. |
tenantType |
String | M |
AllowModifyUserId |
String | Allow or Disallow |
Mode |
String | DO or PO |
For a basic configuration, your JSON data entry may look like this:
{
"tenantId": "knoxteam.samsung.com",
"tenantType": "M"
}
To configure additional parameters to automatically enroll the device in a particular mode, your JSON data entry may look like this:
{
"tenantId": "knoxteam.samsung.com",
"AllowModifyUserId": "Disallow",
"Mode": "DO"
}
Is this page helpful?