
RayH.18307 (Customer) asked a question.
I'm trying to run a query on user's password age, but the `passwordChanged` field is always null for `status = active` users. Only the `status = DEPROVISIONED` users have a populated `passwordChanged` date.
According to the documentation, passwordChanged should be `timestamp when password last changed`. Am I reading this wrong?

I believe if you have delegated authentication enabled, it will not populate the passwordChange value.