Re: Apache Syncope 2.0.8

2018-03-26 Thread Francesco Chicchiriccò
Hi, please follow the instructions provided: since you are on ubuntu, I would rather suggest to download the 3 deb packages, then go to: http://syncope.apache.org/docs/getting-started.html#debian-packages Regards. On 26/03/2018 08:28, Władysław Węglarz wrote: Hi I download Apache Syncope v

Re: User Search Based on UserName, email or Key(UUID) by admin user

2018-03-26 Thread Francesco Chicchiriccò
On 26/03/2018 07:14, Ravindra Singareddy wrote: Hi All, I need to read user by username, email or key(uuid) with the admin user. What will be best approach? I have used following code but giving "Could not find an Access Token for JWT ..” error Are you able to access the Admin Console?

RE: User Search Based on UserName, email or Key(UUID) by admin user

2018-03-26 Thread Ravindra Singareddy
Thanks Francesco, Users > GET /users/{key} works for key(UUID) and usernames. We have usecase where user registers with email address, before registering into system need to check, whether this email is already taken or not? How do we get list of user(s) based on schema like “email”, “lastname”

RE: User Search Based on UserName, email or Key(UUID) by admin user

2018-03-26 Thread Ravindra Singareddy
Never Mind – Here is the code for searching user and converting to UserTO SyncopeClient client = new SyncopeClientFactoryBean().setAddress("http://localhost:9080/syncope/rest/";) .setUseCompression(true).setDomain("Master").setContentType(SyncopeClientFactoryBean.Conte