Administrator Log

Is there a report, function and or log that will show me which users have System Administrator role?

  Discussion posts and replies are publicly visible

Parents
  • Currently there are no reports like that by default. You will have to build one first. If you have all the users in the application in a users table in database, you can query all those users and compare them with the system designers group using isusermemberofgroup() function and maybe create functionality to export that content to a excel file after displaying it in a grid.
Reply
  • Currently there are no reports like that by default. You will have to build one first. If you have all the users in the application in a users table in database, you can query all those users and compare them with the system designers group using isusermemberofgroup() function and maybe create functionality to export that content to a excel file after displaying it in a grid.
Children
No Data