Show users list and export

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

Parents Reply Children
  • 0
    Certified Lead Developer
    in reply to Nageswar
    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.