We are working with WSO2 IS 5.1 with LDAP (embedded, in this time) as user store.
We would like to represent our organizational structure by group objects in LDAP (member attributes).
In SCIM API I add a user to group members properly, but when I try add group object to members of another group, IS interprets group id as user id and, of course, answers that there aren't any user with such id. How could I add group to members of another group by SCIM API? Is it possible?