Solved
how can identify the users that were added recently on appian
Hi Team,
How can identify the users that have created the accounts recently or per month on Appian.
Hi Team,
How can identify the users that have created the accounts recently or per month on Appian.
You can get the timestamp of when the users were created and some other actions in "user_management.csv" inside "audit/_" in System Logs. Read this file using Log Reader plugin and filter with columnName: "Action" and value equal to "Create".
user() function can also give you the createdOn date of a particular user:
user("username","created")Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.