Hello,
Sorry, I'm a bit stuck, should be easy, but I don't find.
How can I get all the groups (and their scimid atribute) of a User with a
single call to syncope ?I'm using syncope Client API and have already an
instance of UserTO.
>From what I see, in userTO I have the memberships, but I can't get the group's
>scimid from there.
I'm having a look at
https://github.com/apache/syncope/blob/master/fit/core-reference/src/test/java/org/apache/syncope/fit/core/SearchITCase.java,
but no inspiration.
Thanks,Adrian