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