Need to get identity profile in workflow

Hi All,

I need to get the identity profile name in the workflow so based on the profile type I can call the disable event .
How to fetch the identity profile name of the identity which gets passed through the loop using HTTP request

Hello @Deepamv77,

This is difficult to support without more context to your workflow.

If my assumption is correct, you are likely calling a “Get All Identities” and then looping through each of the identities. The “Get All Identities” node returns the identity profile which is attached to that identity. See the sample JSON documented here: Actions - SailPoint Identity Services. You could grab the name by $.loop.loopInput.identityProfile.name.

If this doesn’t help, could you please add more details on what you have built and what you are trying to accomplish?

1 Like

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