Need to find the DB table that contains the AA users and can be used to count these AA users.
Release : All AA releases
Component : AuthMinder(Arcot WebFort)
Request For Information
The ARUDSUSER table can be used for this purpose. The SQL query below can be used against the AA database.
SELECT COUNT(*) FROM ARUDSUSER;
None.