Login endpoint for the "log as" / multi-account flow: validates the given credentials and returns info for every user account matching them. Runs before login, so no authorization is required.
Request Information
URI Parameters :
None.
Body Parameters :
JSON body with email and password.
Collection of ObjectNone.
Response Information
Resource Description :
IHttpActionResult containing the list of matching user accounts; 401 Unauthorized with httpErrorType: "Invalid" or "Expired" on credential/session errors, or 404 with httpErrorType: "InternalServerError" on unexpected errors.
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.