Skip to content

Latest commit

 

History

History
24 lines (14 loc) · 412 Bytes

File metadata and controls

24 lines (14 loc) · 412 Bytes

Users

Search for users

GET /users/search/:userInfo

Description

Returns a list of users matching the information provided (which could be a username, email or name).

Parameters

  • userInfo: String (required)

Success response

  • Code: 200 OK
  • Content: A success flag and an array containing the matched users

Errors

  • 400 Bad Request – database validation error