api/Core/ChangePasswordExternal Endpoint
1. Habilitate Password Change for your Employees
A new indicator has been added to IMEXNET which defines if the password of the employee can be changed via this new endpoint.
2. Request a Token
When logging into IMEX7 Web Application a POST request is sent with the user and the password, which returns a Token. This token will also be needed when sending the POST request to the ChangePasswordExternal endpoint.
The endpoint to request the token is
3. Request Password Change
Add the previously requested Token as a Bearer Authorization.
Introduce your user’s old Password and new Password as follows.