Former Member
4 years agoGetting password history with timestamps with CLI v2
Hello!
I have started updating my scripts to use CLI v2. The old version used to return password history with timestamps, it looked like this:
[{"time": 1629123456, "value": "..."}]
the new version seems to return just a plain list of old passwords without the timestamps. Is it possible to access these timestamps with CLI v2?
I'm using this data to figure out when was the last time the password was changed.