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

In AD during provisioning a new or update account in which attribute we can pass end date of account

sandeepverma
Regular Contributor
Regular Contributor

Hi All,

Do you have any idea, In AD during provisioning a new or update account in which attribute we can pass the end date of the account?

As AutoExpires expect some integer value in AD.

 

Thank you,

Sandeep

 

1 REPLY 1

rushikeshvartak
All-Star
All-Star

accountExpires:${user.termDate !=null ? 10000*(user.termDate.getTime() + 11644473600000) : 0}


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