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)
How to check whether user is TS user in WFT
chitresh
We have list of users and need to check whether the users still exist in TS.
Is there any CLT to check whether a user is TeamSite User or not in WFT?
Env:- TS 6.5, Solaris
Find more posts tagged with
Comments
Rick Poulin
> iwuseradm id [username]
This asks TeamSite for the ID corresponding to the given user name. If the user is not a TeamSite user, you'll get
ERROR:00925: No such user
(syntax may vary in your ancient version
)