How To: List users via PowerShell, NXCLI, or SQLite
How to get a list of users via PowerShell, NXCLI, and/or SQLite
Below are the scripts that will list the users via PowerShell, NXCLI, and/or SQLite.
$list = Get-UsrList -ServerGuid $myserver -AuthGuid native
For PowerShell scripts, you may check this URL for more samples: https://github.com/southrivertech/titanapi.pub/tree/main/sdk/powershell/samples
nxcli /AdminUser="your-admin-user" /AdminPass="your-admin-pass" /Target=USR /Action=list /ServerName="your-server-name" /Username="user" /AuthGUID=native
SELECT document from nxUserParams where Discriminator = 'Name';