Skip to main content

Get Licenses

To get the license of KnoxConfigure, use the following methods.

Example

import { KnoxInstance } from '@redredgroup/samsungknox-api';
const instance = new KnoxInstance({
region: 'YOUR_KNOX_REGION',
knoxAccessToken: 'YOUR_JWT_TOKEN',
});

const getLicenses = await instance.kcLicense.getLicense({
args: {}, // <- other optional param
});

console.log(getLicenses);

Input parameters:

Output:

  • Profiles registered with KnoxConfigure respond in Array format.