Is there an easy way that I can get a file of all of our existing users and which groups they belong to? I need this list for a Sarbanes-Oxley audit and I don't have an easy way to get this information. Any help would be appreciated.
Yeah, I figured I could probably do a query but I also need to get the folders that each user has access to. What you sent will help me but is there a way to add the folder access? Is there a schema available somewhere that I can look at? Thanks very much for your post.
I've done something similar to this using the .NET SDK. I extract the user and group info into an ADO.NET dataset and then run a Crystal report to present the data. Actually, the app does more than that, like getting the last login date from the audit database or a list of all of the reports that a users has access to. However, since our groups are basically set up for specific folders, I usually just look at the group info.
I did a presentation on this app at the BO conference last fall. You can get a copy of the code I used for my presentation at
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.