Assign user task
POST/user-tasks/:userTaskKey/assignment
Assigns a user task with the given key to the given assignee.
Request
Responses
- 204
- 400
- 404
- 409
- 500
The user task's assignment was adjusted.
The assignment of the user task with the given key cannot be completed. More details are provided in the response body.
The user task with the given key was not found.
The user task with the given key is in the wrong state currently. More details are provided in the response body.
An internal error occurred while processing the request.