GET api/User/Login

Obselete, use api/Auth/Login instead.

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

An representing the result of the login attempt. Returns a 200 OK response with a token if the login is successful, a 400 Bad Request if the credentials are invalid, or a 400 Bad Request with an error response if an exception occurs.

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.