I am looking for a way to add a group as a member to community when I know the groupName (from the Directory Server).
When I add a group to a community through the UI I can pick from existings groups, but I have not found the API equivalent of this call yet.
Is does not seem to be a profile, entering the snx:userid
<snx:userid xmlns:snx="http://www.ibm.com/xmlns/prod/sn">AB16E3DF-D544-4984-94AE-FAAC7A5F2AA6</snx:userid>
To the profileservice endpoint:
https://CONNECTIONSHOST/profiles/atom/profile.do?userid=AB16E3DF-D544-4984-94AE-FAAC7A5F2AA6
Does not return a profile...
So the question is , how can I add a (LDAP) group as a member to a community when I don't have the sn:userid but only the groupname ?