Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
This method allows you
Excerpt

Use this method 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

Params

Parameters


Input Parameters

authenticationToken 

authenticationToken (required)(string:50)

:

Komet Sales security token.


userName (required)(string:100)

:

Name of the user that you

want to generate a

are generating new password for. 

curl


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

Response

Output


result (integer:1)

: transaction

Transaction status.

1 for success or 0 for failure.Sample Response

Valid values: 1 = Success | 0 = Failure


Code Block
{
  "result": "1"
 }
Panel
titleRelated Articles
Filter by label (Content by label)showLabelsfalsemax10showSpacefalsesorttitlecqllabel in ( "password" , "api" , "login" )labelspassword login api

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

We've encountered an issue exporting this macro. Please try exporting this page again later.