Announcing the Saviynt Knowledge Exchange unifying the Saviynt forums, documentation, training,
and more in a single search tool across platforms. Read the announcement here.

How to get account dynamic attribute value from updateAccountJSON?

alc
Regular Contributor
Regular Contributor

Hello

I use JarConnector to create/update account. I also create account dynamic attributes to collect user input value for both create and update account. However, following attribute is working for CreateAccountJSON but it does not work for UpdateAccountJSON. How can I obtain the parameters for update account operation?

"my_dynamic_attr_name":"${requestAccessAttributes.get('my_dynamic_attr_name')}"

Any idea please?

2 REPLIES 2

Sheba
New Contributor III
New Contributor III

Hi alc,

try directly calling that dynamic attribute  like this ${my_dynamic_attr_name}

alc
Regular Contributor
Regular Contributor

Hello Sheba,

Just tried this attribute name directly, it does not work and even worse, once access to it with this format, all other variables will not be available at all.

Thanks,