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

Resetting one time password for Web Interface login (Account)
S
Written by Sergiiy
Updated 11 months ago

resetAccountOneTimePassword()

This application is used to reset account's one time password used to login into web interface. Only accounts of authenticated customer can be reset.

Parameters:

  • username - web login of account. 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?