Password Expiry

Is there a way to query the Appian user database and discover those users whose passwords are expired (rather than account deactivated. 

I've looked at the user() function and none of the arguments help..

  Discussion posts and replies are publicly visible

Parents
  • 0
    Certified Senior Developer
    over 1 year ago

    Hi Paul,

    If you are willing to write a java service for it, there are a few java classes exposed by Appian that give you the password status.

    Please check the following screenprints.

    You can simply call the getPasswordStatus() method to get PasswordStatus (Enum).

    Hope it helps.

Reply
  • 0
    Certified Senior Developer
    over 1 year ago

    Hi Paul,

    If you are willing to write a java service for it, there are a few java classes exposed by Appian that give you the password status.

    Please check the following screenprints.

    You can simply call the getPasswordStatus() method to get PasswordStatus (Enum).

    Hope it helps.

Children
No Data