Knox Configure 26.06 release notes
Last updated June 17th, 2026
New
Profile and license management endpoints (v2 API)
26.06 introduces the following profile management and license management endpoints:
| Supported HTTP methods | Endpoint | Description |
|---|---|---|
POST
|
/kc/v2/profiles/{profileId}/bulkPush
|
Pushes a profile update to multiple devices. Supports full profile push or delta push (only changed items), with options to skip user consent and attach a custom push message |
POST, GET
|
/kc/v2/profiles/{profileId}/customNotifications
|
Lets you create or retrieve custom push notifications for a profile |
GET
|
/kc/v2/licenses
|
Returns a detailed list of licenses, with support for filtering by license key, type, and status, as well as pagination and sorting |
GET, DELETE
|
/kc/v2/licenses/{licenseKey}
|
Lets you retrieve or delete a license by its license key |
POST
|
/kc/v2/licenses/licenseRegistration
|
Registers a new license |
OAuth 2.0 scopes for license management endpoints (v2 API)
The following OAuth 2.0 scopes have been added to support the new License APIs:
| Scope | Description |
|---|---|
kc.license
|
Manage all functionality related to Knox Configure licenses |
kc.license:view
|
View Knox Configure licenses |
kc.license:manage
|
Manage Knox Configure licenses |
Updates
Hide widgets on the device lock screen (v2 API)
While creating a profile using POST /profiles, you can now hide specific widgets on the device lock screen — such as the time, date, owner info, help text, battery info, shortcuts, and default Android widgets — using the new lockScreenHiddenWidgets property.
Changes to Tizen Watch support (v1 API)
Knox Configure’s wearable device, Tizen Watch, has been discontinued as of April 1 2026. As a result, POST /kcs/v1/kc/applications/upload no longer supports uploading Tizen packages (TPKs). You can still look up existing TPKs using GET /kcs/v1/kc/applications.
See Knox Configure API reference v2.0 and Knox Configure API reference v1.0 for more information.
Back to release notesOn this page
Is this page helpful?