Reset a User’s Password
Use this method to generate a new password for an existing user in Komet Sales.
Valid Tokens: Company.
Related Articles
-
White Label (Knowledge Base)
-
Grant Access to Technical Support (Knowledge Base)
-
Change Password (Knowledge Base)
-
Change Company (Knowledge Base)
-
Reset a User’s Password (API)
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.
Valid values: 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.
Peacock