David Briars Posted May 13, 2024 Posted May 13, 2024 I am using the following 'listUsersFromGroup' RESTful web service: http://server:port/ibi_apps/rs?IBIRS_path=/SSYS/GROUPS/TopGroup/MiddleGroup&IBIRS_action=listUsersFromGroup&IBIRS_service=ibfs In the resulting XML I see the users assigned to the 'MiddleGroup' group. The 'MiddleGroup' group has two descendent groups: 'childgroup1' and 'childgroup2'. How do I augment the web service call (or what else can I do) so that I obtain users assigned to both 'childgroup1' and 'childgroup2'? I do not want to render two separate calls b/c in my actual case I have many childgroups. I am on WF version 8207.
Solution Clayton Peacock Posted May 14, 2024 Solution Posted May 14, 2024 Hi @David Briars tried with a couple arguments recursionDepth=-1 but looks like the web services on the test page doesnt have any argument options. I would use the client adapter, as you can create hold files etc of the groups and subgroups and merge these to get all the users. 1
David Briars Posted May 14, 2024 Author Posted May 14, 2024 Using the WebFOCUS Client REST Adapter worked perfectly! Thank you very much for your support and suggestion. 2
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now