Versions (relevant - OpenSearch/Dashboard/Server OS/Browser):
2.8.0.
Describe the issue:
I’m in the process of doing some automation, and I’d like to delete some users from roles mapping.
I’m tring with the following (and it’s variuos combunations), I get that the "‘ROLENAME updated’, but no change, the user is still there, in this example, “myuser3”.
PATCH /_plugins/_security/api/rolesmapping/ROLENAME
[
{
"op": "remove",
"path": [
"/users"
],
"value": "myuser3"
}
]
Could somebody help me with this please? Am I missing something?
Thanks,
Andras