We have a requirement to create a campaign for access profiles and roles that are assigned to users from request center only. Campaign should not contain any birthright access.
So we choose create campaign API to create campaign by fetching the access profile and role ids which the user has dynamically. We want to use these id’s in create campaign API under searchCampaignInfo tag as shown in the screenshot below.
When we pass the static ids we are able to create the campaign. But when I want to fetch the ids and pass them dynamically we are not able to create campaign with items to review. All I see is a campaign is created and with 0 reviews in it.
When I see the HTTP Step OutPut where create campaign API is used I see workflow is not converting it id’s and considering the code as string.
These are the different steps that I have in the workflow and Http request step gives me all of the id’s of the access profiles and roles which the user has
hi @colin_mckibben We are facing this in IdentityNow. I am not sure if this should be in IIQ Discussion and Questions. If that should be thank you for moving it.