How to get list of all Spotfire users.

How to get list of all Spotfire users.

book

Article ID: KB0080684

calendar_today

Updated On:

Products Versions
Spotfire Server All versions

Description

To get a list of all Spotfire users in a user directory, use the TIBCO Spotfire Server config command "list-users".

Issue/Introduction

To get a list of all Spotfire users in a user directory, you can use the following methods.

Resolution

OPTION 1 :

Use the TIBCO Spotfire Server config command "list-users" to list all Spotfire users.

Example:

 C:\tibco\tss\7.6.0\tomcat\bin>config list-users

Here are the details of the command from the TIBCO Spotfire Server Installation and Configuration manual.
=========================
list-users

[-f | --force-synchronization]
[-l value | --limit=value]
[-s value | --search-expression=value]
[-e <true|false> | --exclude-disabled=<true|false>]
[-b value | --bootstrap-config=value]
[-t value | --tool-password=value]
=========================

OPTION 2:

It is also possible to get a list of all Spotfire users by executing a query on the TIBCO Spotfire Server application database. To list all users in the user directory from the database you can execute the following query:

select * from USERS

Additional Information

https://docs.tibco.com/pub/spotfire_server/7.7.0/doc/html/TIB_sfire_server_tsas_admin_help/GUID-D729E506-0EFF-4E90-9B65-160B75356B09.html