Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

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

Tip

Valid Tokens: Company.


Filter by label (Content by label)
showLabelsfalse
max5
titleRelated Articles
cqllabel in ( "password-api" , "login" , "forgot-password" )

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. 


Code Block
languagejs
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


Code Block
{
  "result": "1"
 }

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