Hi I wanted to audit my users in the system - with below attributes wanted to export data - I see there is a global user record where some of data is available but not all the parameters specifically type of user, created and created by - please help with this.
Name, Username, Active or not, Supervisor or not, Supervisor name, created date, created by, type of user basic vs admin user
Discussion posts and replies are publicly visible
I figured this out for user type - in Column Filed display option use function User() for that information
In case your Appian system is using SSO, I think you should get this kind of information from the central IAM system, but not out of Appian.
Thank you for your Reply - but in case of SSO still user is being created inside Appian system and being accessed via SSO subject, right? and I need Appian users' details only including how many are Basic vs System Admins. In 25.4 additional parameters has been added inside User Record Type which gives you LastLogin time stamp as well.
Is there any property to know, how the user was created (Native or SSO) and what is the login type is being used?
Nageswar said:how the user was created (Native or SSO)
I don't know whether there's any property in the user object that would track its creation method (though i'd be interested to hear if someone else knows this) - it's probably mentioned in the user creation log, though. As far as telling which login type a particular user CURRENTLY uses, i believe the easiest way to test this for any given username would be to check its membership in the relevant SSO Users group (as in, the one provided in the Admin Console setup for that SSO method). This probably has to be checked at "runtime", but I haven't tried.