In the /api/v1/assignments?Responsible=userxyz request,
if the responsible (userxyz) does not exist, ALL active assignments on the server are returned.
This may be intended, but more intuitive would be to return nothing, because a non-existing user cannot have any assignments.