Skip to main content

Get Devices

To get the devices 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 kcGetDeviceList = await instance.kcDevice.getDevices({
args: {}, // <- KnoxConfigure Get Profiles Param
});

console.log(kcGetDeviceList);

Input parameters:

Output:

  • Device registered with KnoxConfigure respond in Array format.