Hi drewpearce, Thanks for your response. Also, it is to be noted that below options are also not working, when specified in POST payload, with same headers as specified above.
POST http://localhost:8080/api/v2/system/user
with
payload = {
"ids": "7, 9, 13",
"fields": "id, name"
}
ie neither 'ids' option, nor 'fields' option is working. DSP is ignoring them. It is also doubtful if 'params' options will work, I have not checked that.