Workgroup via Rest API

Which IIQ version are you inquiring about?

Version 8.3

Share all details related to your problem, including any error messages you may have received.

Can I get a complete custom workflow including the below lines of code here ?

Identity workgroup = context.getObjectByName(Identity.class, "name of workgroup");
Attributes attributes =	workgroup.getAttributes();//workgroup attribute details , name, disabplayname etc.
List capabilities = workgroup.getCapabilities();//list of capabilities assigned to workgroup
Identity owner = workgroup.getOwner();//workgroup owner

Hi Prabhu,

we cannot implement a complete Workflow for you to display and edit Workgroup and Capabilties.
But you can start Creating a Form with the Form Editor. You can find it in Global Settings. There you define the Field Names and the returns of the Fields via UI.
Then Use the Business Process Designer to create a new Workflow which uses this Form to display and edit your Workgroups.

Some links for you:
Forms (sailpoint.com)
Using the Business Process Editor with Workflows (sailpoint.com)

Regards
Max

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.