Hi, I'm trying to remove membership via REST call in syncope 1.2.5.
I made a POST request using the rest method "/syncope/rest/users/user_id"
and this payload:
{"membershipsToRemove": [{"role": "group_id"}]}
but something goes wrong.
Any suggestions?
Regards,
Antonio
