Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 345 Bytes

File metadata and controls

17 lines (12 loc) · 345 Bytes
description Automatically generated file. DO NOT MODIFY
const options = {
	authProvider,
};

const client = Client.init(options);

let userProcessingResults = await client.api('/identityGovernance/lifecycleWorkflows/workflows/156ce798-1eb6-4e0a-8515-e79f54d04390/userProcessingResults')
	.version('beta')
	.get();