In IBM Connections, it's possible to add a group (defined in an LDAP directory or similar) as an activity member.
Is it possible to do this with the Social Business Toolkit Java SDK? If so, how?
I can see in the Javadocs that there's an ActivityService.addMember
method.
This requires a Member
instance, and constructing a Member
seems to require a user id.
Searching for group names with the SearchService
never returns any results, and I can't see any other way to find the user id of a group.
Edit:
Related note from one of my colleagues: Connections also allows adding Communities as Activity members, and we also can't see how to do that in the SBT.