How Fetch account link attributes to update in body in webservices connector

Hi,

can someone help me on how to fetch the link object of specific identity in ISC, as my requirement is to update the body with some attributes from application account .

Thanks
Prashanth

Hi @PrashRV ,
What I have understood is you want some account attributes for update operation in your webservice connector. If this is the case you can follow this approach:

Parent Endpoint: First, retrieve the account details and map them in the response mapping.

Child Endpoint: Extract the values from the Parent response and pass them to the body.
See similar post here : Add/Remove Entitlement operation $plan placeholder issues

Another alternate solution could be to use a beforeOperation rule to set your request body with required attributes.

Please check below documentation examples are given:
Web Services Before Operation Rule (sailpoint.com)

IdentityNow Rule Guide - Web Services Before Operation Rule - Compass (sailpoint.com)

Web Services Before Operation Rule | SailPoint Developer Community

Are you looking to get attributes off of the Source Account or the Identity itself? I believe you are looking for the attributes off the Source Account (based on Link reference) but I wanted to clarify.

For those attributes, are you trying to get the ones that have changed, or are you looking to use existing attributes as part of the body that have not changed? (ie if the endpoint requires all attributes to be sent.)

First, this is a great response with a lot of detail.

Second, these are also the suggestions I would have made for this question.

1 Like

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