Hi,
I need to write a java program that fetches the Teamsite user's information in a form of XML.
In the output XML , i need information like : 1. user name 2. user id 3. roles to which user is assigned and 4. Branches to which user has access.
I know there are XMLs like tsusers.xml and roles.xml but they are not giving me all information.
What is the way to do this task using CSSDK API. I have not done this before so please try to be alot descriptive.