Reset Password
PUT/v1/api/auth/password/reset
Resets the user's password using a reset token.
No Auth Required
Rate Limit: 3 attempts per hour
Note: This endpoint validates that the
site_idin the request (if provided) matches the local device's site. Requests scoped to a remote site will be rejected.
Request
Responses
- 200
- 400
- 429
- 500
Password reset successful
Bad Request. The request was invalid or cannot be otherwise served.
Too many password reset attempts
Internal Server Error