Knox Configure 25.11 release notes
Last updated November 6th, 2025
This document is new for the Knox cloud services 25.11 UAT.
Profile APIs
25.11 introduces the following profile management APIs:
| Supported HTTP methods | Endpoint | Description |
|---|---|---|
POST, GET
|
/kc/v2/profiles
|
Lets you create a Knox Configure profile, or list existing ones |
GET, DELETE
|
/kc/v2/profiles/{profileId}
|
Lets you retrieve or delete an existing profile |
POST
|
/kc/v2/profiles/{profileId}/bulkAssign
|
Asynchronously assigns an array of device IDs to a specific profile |
POST
|
/kc/v2/profiles/bulkUnassign
|
Asynchronously unassigns an array of device IDs from a specific profile |
The following OAuth 2.0 scopes have been added or updated to support the new APIs:
| Scope | Description |
|---|---|
kc
|
Manage all Knox Configure functionality |
kc.profile
|
Manage all functionality related to Knox Configure profiles |
kc.profile:view
|
View Knox Configure profiles |
kc.profile:manage
|
Create or delete Knox Configure profiles |
kc.profile:assign
|
Assign or unassign devices from a Knox Configure profile |
See Knox Configure API reference v2.0 for more information.
Back to release notesIs this page helpful?
Thank you for your feedback!