Calling lcm manage passwords workflow via postman

We are trying to call the lcm manage passwords workflow via rest from postman in our development environment. We are calling other workflows this way to make testing easier. Does anyone have an example of the workflowargs necessary for the call. I believe that the flow requires that the plan be passed in but I am unclear how to pass it as a variable. The plan is currently null after the provisioning step when we go to print it out in debug. The flow works correctly when called from within Sailpoint. Rest call is as follows:
http://fqdn/identityiq/rest/workflows/LCM Manage Passwords/launch
My current args (edited) is as follows:
{ “workflowArgs”: {“identityName”:“myidentity”,
“aDAapplicationName”:“myDomain”,
“identityDisplayName”:“mydisplay”,
“flow”:“PasswordRequest”,
“foregroundProvisioning”:“true”,
“password”:“avalidpasswordcombination”
}

}

Thanks in advance,

You can use the SCIM API to launch a Workflow and pass in the plan like this:

1 Like

Thank you. We will give that a try.

Thank you again. That worked great for us.

trying to figure out what the equivalent of case name (or request name) is, or where it would go in a request like this. It would be nice to have the name dynamically generated rather than “LCM Provisioning -1”