Discussions
Categories
Groups
Community Home
Categories
INTERNAL ENABLEMENT
POPULAR
THRUST SERVICES & TOOLS
CLOUD EDITIONS
Quick Links
MY LINKS
HELPFUL TIPS
Back to website
Home
Web CMS (TeamSite)
Export user list or email all users
bweed
Does anyone know of an easy way to grab all usernames or emails out of the administration / user management tab in TS 7.4.1? I need a way to easily email all users.
You would think you could highlight the list on the page and copy/paste it into Excel, but that does not work. Is there a component someone has built to export the user list?
Any guidance would be appreciated. Thanks!
Brian
Find more posts tagged with
Comments
Garth McMillan
All the users are listed in the following XML file: \Interwoven\TeamSite\conf\roles\tsusers.xml (substitute your folder names if they differ).
Adam Stoller
You could also use the output of:
iwuseradm list-users -t
Since the output is already tab-divided, it should be easy to read it into Excel correctly.
bweed
Thank you both! I'll give it a try.