XML-RPC API - Resetting one time password for Web Interface login (Customer)

S
Written by Sergiiy
Updated 11 months ago

resetCustomerOneTimePassword()

This application is used to reset customer's one time password used to login into web interface. Authenticated customer can reset own password, password of its subcustomers or its users.

Parameters:

  • web_login - web login of customer or user. String. Required.

Returns:

  • result - OK means that the password was successfully reset. String.
  • password - value the password was reset to. String.
  • XMLRPC fault in case of any error.
Did this answer your question?