Skip to main content

Get Profiles

To get the profiles 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 getProfiles = await instance.kcProfile.getProfiles({
args: {}, // <- other optional param
});

console.log(getProfiles);

Input parameters:

Output:

  • Profiles registered with KnoxConfigure respond in Array format.