Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Next »

This method allows you to generate a new password for an existing user in Komet Sales.

Valid Tokens: Company.


Related Articles

Request


URL: https://api.kometsales.com/api/login.forgot.password

Method: GET

Content-Type: URL Parameters


Input Parameters

authenticationToken (required)(string:50)

Komet Sales security token.


userName (required)(string:100)

Name of the user that you are generating new password for. 


https://api.kometsales.com/api/login.forgot.password?
authenticationToken=token_info_goes_here&userName=demo@kometsales.com

Response


result (integer:1)

Transaction status. 1 = Success | 0 = Failure


{
  "result": "1"
 }

Once you reset a User password, the system will send an email with the new password to the User’s email address.

  • No labels