Problem:
How to get a list of all enabled/disabled Spotfire users
Solution 1:
TIBCO Spotfire Server config command "list-users" can be used to get a list of all Spotfire users which are in enabled or disabled state:
Example:
C:\spotfire\spotfireserver\14.0.5\tomcat\spotfire-bin> config list-users -e true -s "*"
Solution 2:
It is also possible to get a list of enabled/disabled Spotfire users by executing a SQL query on the Spotfire Server application database:
SELECT * FROM [USERS] where [ENABLED]=1