Change a user password, authenticating by providing an OTP
application/json
TypeScript Definitions
Use the request body type in TypeScript.
application/json
application/json
application/json
curl -X PUT "https://example.com/user/password/otp" \ -H "Content-Type: application/json" \ -d '{ "userEmail": "user@example.com", "otp": "string", "newPassword": "stringst" }'nullemaillength <= 2566 <= length <= 6Must contain uppercase, lowercase, and a digit
^(?=.*[a-z])(?=.*[A-Z])(?=.*\d).*$8 <= length <= 256