
BenjaminS.51727 (Customer) asked a question.
I'm setting up an automation to alert users of their impending password expiration. I'd like to put a date into the email of WHEN the password expires.
I've tried to read the passwordChanged attribute using "user.passwordChanged" in an expression in the email template, but that breaks the entire template.
How can I get the password last changed date?

I couldn't find any reference to get the Last Password Changed Time from OKTA expression Language.
https://developer.okta.com/docs/reference/okta-expression-language/
It is not mentioned that user profile has any function for fetching the Last Password changed time.
But If you want to automate, why to stick on a language, Write the Java API for automation.