post https://api.banking.netevia.dev/api/Partners/users/changeLogin
This API endpoint allows a partner to change a customer's login (e.g., username, email, or phone used for login) without requiring OTP (One-Time Password) confirmation from Netevia. Partners can implement their own additional security measures before calling this API to ensure that the login change is authorized according to their internal policies.
Request:
- Method: POST
- URL: https://api.banking.netevia.dev/api/Partners/users/changeLogin
- Body: JSON payload including user identification and the new login credentials.
Use Case:
Partners who prefer to manage their own security validations (such as multi-factor authentication, internal approval workflows, or manual verifications) can directly update customer login information without involving Netevia’s OTP flow.