A list of all Spotfire users can be generated using Spotfire Server administration command 'list-users':
https://docs.tibco.com/pub/spotfire_server/14.0.6/doc/html/TIB_sfire_server_tsas_admin_help/server/topics/list-users.html
For example:
<Spotfire-Server-home>\tomcat\spotfire-bin\config list-users --list-extended-information --tool-password=<password> > users_export.txt
The output is not a CSV file, but it can still be imported into Excel as "fixed width" file, instead of "delimited" file. It can also be imported and viewed in Spotfire Analyst.
Additional information can also be gathered using 'show-licenses', 'show-named-user-licenses', 'list-groups' and several other commands:
show-licenses:
show-named-user-licenses:
list-groups:
https://docs.tibco.com/pub/spotfire_server/14.0.6/doc/html/TIB_sfire_server_tsas_admin_help/server/topics/list-groups.html
This is a full list of available Spotfire administration commands:
https://docs.tibco.com/pub/spotfire_server/14.0.6/doc/html/TIB_sfire_server_tsas_admin_help/server/topics/configuration_and_administration_commands_by_function.html