-
Task
-
Resolution: Fixed
-
L3 - Default
-
7.9.0
-
None
UserRestService.createUser() method does not specify consume type.
https://github.com/camunda/camunda-bpm-platform/blob/cc0fcd428dd1c17bd0126736a6d56d25115929b4/engine-rest/engine-rest/src/main/java/org/camunda/bpm/engine/rest/UserRestService.java#L51
It should be @Consumes(MediaType.APPLICATION_JSON) and not empty.