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 do we handle user termination in different timezones?

anujapawar
New Contributor
New Contributor

How and where do we mention or deal with termination of users in various time zones?

Ex. One of the user is on IST timezone and other is on EST timezone, how can write all this and where can we mention this?

4 REPLIES 4

Manu269
All-Star
All-Star

@anujapawar refer these article :

How to Off-board Users Based on Their TimeZone? - Saviynt Forums - 11175

Off-Board users based on the TimeZone - Saviynt Forums - 81478

Regards
Manish Kumar
If the response answered your query, please Accept As Solution and Kudos
.

Hey,

I am still unable to find the apt solution to this problem even after referring the provided links. 

Refer https://forums.saviynt.com/t5/identity-governance/off-board-users-based-on-the-timezone/m-p/85068#M5...


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

vm
New Contributor III
New Contributor III
Pre-requisites:
We will receive the user's enddate in UTC.
We will receive the user's timezone info.
We have to terminate the user(trigger remove account tasks) at user's 5PM local time.
 
Approach:
1. Use inline preprocessor to calculate the UTC time that the user should get terminated and store it in a customproperty(Let's say cp10). (This can be calulated as we have the enddate, user's timezone, and 5PM local time is constant in this case)
2. Create User Update Rule, 
i. Check the checkbox - Retrofit rule actions for users (Invoke from Detective Job)
ii. Write Advance condition such that the rule should be trigger for the users where their cp10 time is within the last 30mins.
iii. In Action, mention the action as per you requirement.
3. Create a job for DETECTIVEPROVISIONINGRULESJOB to only run the rule created in step 2.
4. Schedule it to run every 30 minutes.
 
 
Regards,
Vivek Mohanty

If this reply answered your question, please click the Accept As Solution button to help future users who may have a similar problem