POST Reset user password
Reset user password using a valid reset token and optional two-factor authentication verification.
Are you an LLM? You can read better optimized documentation at /docs/api/endpoints/authentication/post-reset-password.md for this page in Markdown format
POST
Try it out https://api.rooom.com/reset-passwordBody required
multipart/form-data| Name | Type | Description |
|---|---|---|
emailrequiredExample: user@example.com | string | User email address |
tokenrequiredExample: reset_abc123def456 | string | Password reset token from email |
passwordrequiredExample: NewSecurePass123! | string | New password |
password_repeatrequiredExample: NewSecurePass123! | string | Confirmation of new password |
otpExample: 123456 | string | One-time password for additional verification |
Responses
200Successfully reset user password
500Authentication error
POST /reset-password Reset user password Reset user password using a valid reset token and optional two-factor authentication verification. email User email address token Password reset token from email password New password password_repeat Confirmation of new password otp One-time password for additional verification