There was an error while loading. Please reload this page.
http://localhost:5000/user-management/users
200 Ok with data
400 with error message
GET
Example of the valid URL with parameters:
http://localhost:5000/user-management/users?query=Tiger®istrationDate=2018-09-07&fields=id,nick,userImage
400 Bad Request
For example, when the WebAPI receives not valid data:
{ "registrationDate": [ "The value 'ooo' is not valid for RegistrationDate." ] }
http://localhost:5000/user-management/users/{id}
http://localhost:5000/user-management/users/14?fields=id,nick,userImage