@duke said in UpdatinG User with JSON-PATCH method:
@dan It was abit confusing because looking at the original body of the group, there was no parameter/ field called roleIds but it was used in the request.
To update the User we used this.
// To remove language let body = vec![Testing { op: "remove".to_string(), path: "/user/preferredLanguages/0".to_string() }];
thanks my issue has been fixed.