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

Automating User Attribute Updates Based on Conditional Checks in Scheduled Jobs

Thomas123
New Contributor
New Contributor

Hello everyone,

I'm looking for guidance on creating a scheduled job to update user attributes based on predefined rules, similar to how a .sav file is used in schema-based uploads to update user information. Specifically, I want to automate this process so that the job periodically checks certain conditions for all users and updates specified attributes accordingly.

Use Case Example: One scenario I'm aiming to implement is checking the enddate attribute for each user. If a user's end date has passed, the job should update a custom property (like customproperty22) to reflect the user's status based on that condition.

Questions:

  1. Has anyone implemented something similar and could share a proof of concept?
  2. What would be the best approach to set this up as a scheduled job?

If possible, an example or steps on how to achieve this would be incredibly helpful!

Thanks so much for your insights!

2 REPLIES 2

NM
Honored Contributor III
Honored Contributor III

@Thomas123 you can use preprocessor(modify user json) for it .. add SQL condition and it will be handled via user import job only 


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

rushikeshvartak
All-Star
All-Star
  • Use User update rule or Analytics using sav4sav to update frequency can be once in a day for report 

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