Knox MSP Portal 24.06 release notes
Last updated June 26th, 2024
This is the first release of the Knox MSP Portal API, which provides you access to various functionalities of the Knox MSP portal. With the initial release of this API, you can integrate the following capabilities of the portal into your web services.
Create a new managed customer
Using the POST /managedCustomers operation, you can create a new customer if they don’t already have a Samsung Knox account.
Add an existing managed customer to your MSP account
Using the POST /managedCustomers/link operation, you can link an existing managed customer with a Samsung Knox account to your MSP account.
Update an existing managed customer’s information
Using the PUT /managedCustomers/{customerId} operation, you can update the information associated with one of the existing managed customers in your MSP account.
Remove a managed customer
Using the POST /managedCustomers/delink operation, you can ask a managed customer to dissociate from your MSP account. Once the managed customer accepts the dissociation request, your access right to their data terminates.
Once the customer is no longer managed by your MSP account, the customer can be added back to your account or to another MSP account.
Get a customer’s details
Using the GET /managedCustomers/{customerId} operation, you can retrieve the information of a specific managed customer in your MSP account.
Get details of all or specific customers
Using the GET /managedCustomers operation, you can retrieve the information of all the managed customers in your MSP account.
For more information, see Knox MSP Portal API reference.
Back to release notesOn this page
Is this page helpful?