authCustomer()

This application is used to authenticate a customer.

Parameters:

  • username - username to login to selfcare interface. String. Required.
  • password - password to login to selfcare interface. String. Required.

Returns:

  • result - OK means that customer has been successfully authenticated. String.
  • i_customer - i_customer of authenticated customer. Integer.
  • i_web_user - i_web_user of authenticated customer. Integer.
  • i_access_level - i_access_level of authenticated customer. String.
  • XMLRPC fault in case of any error.
  • Error code 410 is returned when customer was successfully authenticated by One Time Password (see resetCustomerOneTimePassword()).