GET /users/search/:userInfo
Returns a list of users matching the information provided (which could be a username, email or name).
- userInfo: String (required)
- Code: 200 OK
- Content: A success flag and an array containing the matched users
- 400 Bad Request – database validation error