Newbie question - Create user using REST API gives 404

Hi Flowable,

I followed the REST API documentation and tried to create a user using REST API with the following command:

curl --user rest-admin:test -H "Content-Type: application/json" -X POST -d '{ "id":"joram", "firstname":"Joram", "lastName":"Rotten", "email":"joram@example.com", "password":"abc123" }' http://localhost:8080/flowable-rest/identity/users

But the reply comes back 404:

{"timestamp":"2020-07-13T12:06:07.007+0000","status":404,"error":"Not Found","message":"No message available","path":"/flowable-rest/identity/users"}

Could you please tell me why it didn’t work? Thanks. Regards, Kim.

can you try this endpoint http://localhost:8080/flowable-task/process-api/identity/users