Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 470 Bytes

File metadata and controls

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

const client = Client.init(options);

let taskReports = await client.api('/identityGovernance/lifecycleWorkflows/workflows/15239232-66ed-445b-8292-2f5bbb2eb833/taskReports')
	.version('beta')
	.select('id,failedUsersCount,processingStatus,successfulUsersCount,totalUsersCount,unprocessedUsersCount,taskDefinition,taskProcessingResults')
	.get();