Retrieves user info for the given credentials. Runs before login, so no authorization is required.
Request Information
URI Parameters :
| Name | Description | Type | Additional information |
|---|---|---|---|
|
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.
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.