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 use datasets to populate baseDN in ADSI/ JSON

tej2099
New Contributor III
New Contributor III

We need to perform lookup for getting OU details based on the User Location in ADSI account creation.

we are defining Location and OU mappings as Datasets

Could you please let us know how to call datasets in the JSON

FYI: we are not defining the OU logic directly in JSON as the list is big and it will be updated periodically.

2 REPLIES 2

rushikeshvartak
All-Star
All-Star

You need create dynamic attribute of datasets to use in json under connections

select attribute1 as id from dataset_values where datasetname='OU'


Regards,
Rushikesh Vartak
If you find the response useful, kindly consider selecting Accept As Solution and clicking on the kudos button.

tej2099
New Contributor III
New Contributor III

Thanks Rushikesh.

Will try and update.