User
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
emaillength <= 2566 <= length <= 6^(?=.*[a-z])(?=.*[A-Z])(?=.*\d).*$8 <= length <= 256application/json
application/json
application/json
curl -X PUT "https://authentication.eniris.be/user/password/otp" \ -H "Content-Type: application/json" \ -d '{ "userEmail": "user@example.com", "otp": "string", "newPassword": "stringst" }'null{
"statusCode": 400,
"error": "Bad Request",
"message": "Password must contain at least one uppercase character"
}{
"statusCode": 401,
"error": "Unauthorized",
"message": "OTP_INVALID_EXPIRED"
}Change a user password, authenticating by providing an OTP
Must contain uppercase, lowercase, and a digit