I have a requirement where we are migrating Users from one system (LDAP) to Okta with all user details + passwords.
In our existing system (LDAP), we have the user’s password expiry date that also we have to migrate when moving the user to Okta.
The challenge is we don’t know how to set the User’s Password expiry date by invoking Okta APIs or using Okta Workflows.
I tried Update User Okta API, in this, I have passed ‘passwordChanged’ with timestamp value in the body but it did not work. By anyhow can we update the ‘passwordChanged’ attribute for the user’s Password Last Changed date.
Please help here to achieve this use case.