Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 417 Bytes

File metadata and controls

24 lines (18 loc) · 417 Bytes
description Automatically generated file. DO NOT MODIFY
const options = {
	authProvider,
};

const client = Client.init(options);

const confirmCompromised = {
  agentIds: [
    '29f270bb-4d23-4f68-8a57-dc73dc0d4caf',
    '20f91ec9-d140-4d90-9cd9-f618587a1471'
  ]
};

await client.api('/identityProtection/riskyAgents/confirmCompromised')
	.version('beta')
	.post(confirmCompromised);