Saviynt unveils its cutting-edge Intelligence Suite products to revolutionize Identity Security!
Click HERE to see how Saviynt Intelligence is transforming the industry.
Saviynt Copilot Icon

userAccount object supported for AD connector?

ag420
New Contributor III
New Contributor III

Hello Experts 🙂

Is ${userAccount.get('endpointname').customproperty14} supported for AD connector?

I am getting below error when running above in UpdateAccountJSON- 

LDAP: error code 80 - 00000523: SysErr: DSID-031A1242, problem 22 (Invalid argument), data 0

Thanks in advance.

5 REPLIES 5

rahul_p
Regular Contributor III
Regular Contributor III

Hello @ag420 ,

The UPDATEACCOUNTJSON  is meant to update account attributes. I guess this will not be supported, you can use the user information to fill the account. 

So I feel its not possible to get the account data here in UPDATEACCOUNTJSON .

Regards,
Rahul
Please accept this as solution & give kudos if it resolves your issue.

NM
Honored Contributor II
Honored Contributor II

Hi @ag420 , no variable isn't supported in AD connector.

rushikeshvartak
All-Star
All-Star

It’s supported 

${userAttributesMap.get("CATEGORY").get("ATTRIBUTENAME")}

https://docs.saviyntcloud.com/bundle/EIC-Connectors/page/Content/Binding-Variables-for-Provisioning-...

 

 


Regards,
Rushikesh Vartak
If this helped you move forward, click 'Kudos'. If it solved your query, select 'Accept As Solution'.

Can you pls explain to me a bit more about - ${userAttributesMap.get("CATEGORY").get("ATTRIBUTENAME")} and how i can use this to send account cp from a different endpoint ofcourse for the same user.

Sorry its not exposed. Above variable is for user attributes and not for user accounts


Regards,
Rushikesh Vartak
If this helped you move forward, click 'Kudos'. If it solved your query, select 'Accept As Solution'.