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.

image-20240913-180051.png

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.

image-20240913-181307.png

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.