Re: Bulk Deletion of Users using APIs

2017-05-29 Thread rajkumar
Hi, Thanks a lot, It got worked. Reason for not working is - instead of using *rest/users/Bulk* i was using *rest/users*. I have changed that and now it is working fine. Thanks for your timely help. Thanks, Rajkumar Kanikumar -- View this message in context:

Bulk Deletion of Users using APIs

2017-05-29 Thread rajkumar
Hi, I am working on Syncope 2.0.3 and i have pulled nearly 5000 users. I just want to delete all the users and need to do synchronization again. I have tried following below URL. https://cwiki.apache.org/confluence/display/SYNCOPE/Delete+several+users+at+once

Re: Bulk Deletion of Users using APIs

2017-05-29 Thread rajkumar
Hi, Really thanks for your quick reply, But the URL you have shared given the Java coding but i want to do this bulk deletion using any API client. Below are the values i am using to achieve the same and let me know if am doing any mistake here. *URL *:

Re: Bulk Deletion of Users using APIs

2017-05-29 Thread Francesco Chicchiriccò
On 29/05/2017 13:05, rajkumar wrote: Hi, Really thanks for your quick reply, But the URL you have shared given the Java coding but i want to do this bulk deletion using any API client. I see, ok. Below are the values i am using to achieve the same and let me know if am doing any mistake