How to Fetch Account Name in Context URL for Web Service Connector in SailPoint IDN

In SailPoint IdentityNow, while using the Web Service Connector, we typically use $getobject.nativeIdentity$ to fetch the Account ID in the Context URL.

I would like to know — how can we fetch the Account Name in the Context URL dynamically? Is there a specific variable or syntax similar to nativeIdentity that can be used for the Account Name?

Any guidance or example would be greatly appreciated!

Hello @hkhandale

It depends on the the type of operation we are performing . Let’s say it is create operation , then we can call the account name from plan (if plan contains the account name variable ) $plan.accountNameAttribute$ .

If it is for some other attribute , we dont have any special variable like nativeIdentity. The document says $getobject.accountnameAttribute$ will work , but it never worked for me . I had to go with rules .

If you are okay with using rules , proceed with before rule and update context url.

Hi Sidharth,

Could you please provide me that Doc which contain all methods of any object (like plan, getObject, resposnse, etc)