/
Reset a User’s Password
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
, multiple selections available,
Related content
Reset Password
Reset Password
More like this
Change Password
Change Password
More like this
Get an Authentication Token
Get an Authentication Token
More like this
Reset Password for a Grower or E-commerce User
Reset Password for a Grower or E-commerce User
More like this
FAQs and Troubleshooting
FAQs and Troubleshooting
More like this