This API allows to reset a user password.
Columns that can be used as filters:
Email user (mandatory)
Tenant Name (mandatory)
Language ( language format consists of language code and country code. For example: "ro_RO", "en_US"). It supports only English and Romanian language. If language parameter is null, then the default language will be English.
Actions can be done:
reset password
URL: https://api.socratecloud.com/webapi/rest/public/passwordreset/reset_password/{version}?Email={user_email}&Tenant={tenant_name}&Language={LangugeCode_CountryCode}
Method: POST
Return a message with email confirmation for success or error message (start with "ERROR: ")
The process for reset password has two steps:
1. After you access the URL top, it will be send an email with a link, to the email address from parameter.
2. If you receive this email, you have to access the link from email contents. This link will generate a new password and send a new mail with the password reset.