Retrieves user info for the given credentials. Runs before login, so no authorization is required.

Request Information

URI Parameters :

NameDescriptionTypeAdditional information
email

The user's email/login.

string

Required

password

The user's password.

string

Required

Body Parameters :

None.

Response Information

Resource Description :

IHttpActionResult containing the user_info, or null if the credentials don't match.

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.