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

Active Directory Update JSON

navneetv
Regular Contributor II
Regular Contributor II

Hi Saviynt Team,

Could you please help or suggest? we have a use case where we want to generate the update account for the active directory for updating the attribute from Saviynt to AD. 

Here is below JSON we have configured but the issue is that. The task is being created for active and inactive AD accounts as well. we have some user profiles, where the user has two AD accounts, one is active and another is inactive. we want to generate the task for the active AD account only 

{
"otherLoginWorkstations": "${user.customproperty65}",
"employeeID": "${user.employeeid}",
}

could you please help here, with how condition can be added so that the update account task will generate only for active AD accounts?

7 REPLIES 7

SumathiSomala
All-Star
All-Star

@navneetv Did you try by unchecking the below config in global configurations?

Include Inactive User and Accounts in Update Account Rules

Regards,
Sumathi Somala
If this reply answered your question, please Accept As Solution and give Kudos.

navneetv
Regular Contributor II
Regular Contributor II

Hi Sumathi,

Thank you for taking a look into 

yes it is checked 

navneetv_0-1699370276579.png

Update account always generates for Active Saviynt profile. My concern here before generating the task can't add a condition that, the task generates only for an active AD account with an active Saviynt profile.

Like the below example: the User Saviynt profile is active However user has two AD accounts. We got two updated account tasks for both accounts. We want to get an update account task generated only for an active AD account

navneetv_1-1699370608272.png

 

@navneetv Try by unchecking/disabling the option

Then user update rule will create task for only active users and for active accounts.

Regards,
Sumathi Somala
If this reply answered your question, please Accept As Solution and give Kudos.

navneetv
Regular Contributor II
Regular Contributor II

HI Sumathi,

as per the description, looks like it will work for inactive user profiles as well, which we don't want, task must be generated for active profiles with active accounts only.

navneetv_0-1699419820539.png

Do you need to include Inactive User and Accounts in Update Account Rules?

@navneetv 

Do you need to include Inactive User and Accounts in Update Account Rules?

No/Do not include

then it will create task for active profiles and accounts

Regards,
Sumathi Somala
If this reply answered your question, please Accept As Solution and give Kudos.

navneetv
Regular Contributor II
Regular Contributor II

Hi Sumathi,

Got it. Let me unchecked and test some scenarios in the SB environment

navneetv
Regular Contributor II
Regular Contributor II

it worked. Thank you @SumathiSomala for providing the solution