Back to top

Knox Mobile Enrollment Server Integration 20.12 release notes

Last updated March 7th, 2024

December 2020

The following APIs were updated:

API Updates
  • POST /kcs/v1/kme/profiles/create
  • POST /kcs/v1/kme/profiles/createAsync
  • The aeEnabled parameter was added. If the MDM supports out-of-box work profile creation through PO mode, set aeEnabled to true and configure PO profile enrollment settings for Android 10 and above devices. This setting is echoed in the response.
  • The supportPhoneNumber parameter is now required only if doEnabled is false.
  • The supportEmailAddress is now required only if doEnabled is false.
  • When doEnabled is true, the Android Enterprise profile settings screen is now displayed with settings for configuring a DO-supported enrollment profile. When doEnabled is set to false, the Android Enterprise profile settings screen is also displayed (if running Android 10 or higher) to let the MDM optionally enroll the device in PO (Profile Owner) mode.
  • The skipSetupWizard parameter was modified such that if doEnabled or aeEnabled is true, skipSetupWizard should also be set to true.
  • The supportedMDM parameter was modified such that if doEnabled or aeEnabled is true, supportedMDM is required.
  • The allowUserCancel parameter was modified such that if doEnabled or aeEnabled is true, allowUserCancel should be set to false.
PUT /kcs/v1/kme/profiles/{profileId} This API was added. It updates all details of a particular profile.
GET /kcs/v1/kme/profiles/list
  • The resellerId query parameter was added. It can be used to retrieve a list of Profile Alias objects.
  • The profileAlias property was added to the response.
PUT /kcs/v1/kme/profiles/{id} This API was removed because it is the same as PUT /kcs/v1/kme/profiles/{profileId}.
  • POST /kcs/v1/kme/reseller/profilealias
  • PUT /kcs/v1/kme/reseller/profilealias
  • DELETE /kcs/v1/kme/reseller/profilealias
These APIs were added. They allow the creation, modification, or deletion of a Profile Alias. A Profile Alias is shared to a reseller so they can automatically assign profiles to approved uploads.
Back to release notes

Is this page helpful?