Hi,
I can't seem to find a ListGroups call in the Member Services. I see ListMembers and GetGroupByName. How do I get a list of all Groups in CS10.
thanks,
Wes.
eLink : ListGroups ?ListGroups ? Posted bywesleyhuang@sierrasystems.com (Huang, Wesley)On 04-07-2013 21:34 Hi, I can't seem to find a ListGroups call in the Member Services. I see ListMembers and GetGroupByName. How do I get a list of all Groups in CS10. thanks, Wes. [To post a comment, use the normal reply function]Forum:Content Web Services ForumContent Server:Knowledge Center
eLink : Re ListGroups ?Re ListGroups ? Posted byeLinkOn 04-07-2013 22:24 The SQL for that which you can do as a live reportIs Select name from kuaf where deleted=0 and type=0If the thing you are looking for is notExposed via WS that is an alternativeIf you are new to LR's just look at canned onesSent from my iPhoneOn Apr 7, 2013, at 8:37 PM, "eLink Entry: Content Web Services Forum" <otdncontentwebservices971forum@elinkkc.opentext.com> wrote:eLink : ListGroups ?ListGroups ? Posted bywesleyhuang@sierrasystems.com (Huang, Wesley)On 04-07-2013 21:34 Hi, I can't seem to find a ListGroups call in the Member Services. I see ListMembers and GetGroupByName. How do I get a list of all Groups in CS10. thanks, Wes. [To post a comment, use the normal reply function]Forum:Content Web Services ForumContent Server:Knowledge Center[To post a comment, use the normal reply function]Topic:ListGroups ?Forum:Content Web Services ForumContent Server:Knowledge Center
I believe the issue with ListMembers is that it can not list all sub-groups/users in the system as you have to supply the call with a GroupId.
I realize this is an old thread, but I don't believe Wesley's question was answered and I have the same question.
How do you query a list of the groups in Content Server through the Content Web Services API?
I'm not looking for a way to query groups which are members of another group or the groups of which a user is a member; I need to be able to query a list of groups defined in Content Server regardless of membership. Ideally I would like to query using some criteria, e.g. 'A*' to get all groups whose names begin with the letter 'A' (think of querying for groups from the 'Users & Groups' tab of the Content Server Enterprise Workspace).
Any help would be appreciated.