Pavlo Vasylchenko wrote > Hello. Now I'm trying add SCIM endpoints to the Syncope and faced problem > related to mapping SCIM Group to Syncope Group. > > In SCIM we have:
> > But in Syncope group we have no info about users. > Can you please give me a tip how can I get this info Hi Pavlo, I am quoting your whole message above since it appears you have posted on Nabble but you did not subscribe (yet?) to user@ ML. Coming to your question, you can get all the members of a given group by using the search API: take a look at [1] for a concrete example. The complete REST API documentation is available at [2]. I assume here that you are working with Syncope 2.0 (since you talk above about groups): am I correct? Can you tell more about your use case? Do you know that we also plan to add a SCIM interface to Syncope, in the next version? [3] Regards. [1] https://github.com/apache/syncope/blob/master/fit/core-reference/src/test/java/org/apache/syncope/fit/core/SearchITCase.java#L105-L108 [2] http://syncope.apache.org/rest/2.0/ [3] https://issues.apache.org/jira/browse/SYNCOPE-152 -- View this message in context: http://syncope-user.1051894.n5.nabble.com/Get-list-of-Users-from-a-Syncope-Group-tp5708406p5708407.html Sent from the syncope-user mailing list archive at Nabble.com.
