Hi Vinay,
It is not possible to change the payload coming from the endpoints you
listed below, but it is possible to extend the standard set of REST
services with custom operations. There is an article in the blog that
describes the procedure:
https://www.tirasa.net/en/blog/add-rest-endpoints-to-apache-syncope-2-0
Hope it can help.
Best Regards,
Elena
On 2021/10/22 15:18:25, Vinay Kumar <v...@gmail.com> wrote:
Hi Team,
I have a use case in our project where we need to change the Response
coming back from a few of the rest calls like below..
GET /users
POST /users
GET /users/{key}
POST /users/{key}
Is that even possible to send custom responses back from the Rest calls
defined above. If it is possible via extensions, is there a doc or an
example explaining about the same?
The current response has a lot of data which the front-end won't need, so
we are just trying to see if we can change the response structure of the
Rest calls from Apache Syncope itself via extensions.
Thanks in advance for the advice and help!
Regards,
Vinay