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.


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

= Success | 0 = Failure


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