POST /_system/passwordreset/update
Update password using a valid reset token
Update password using a valid reset token
| Key | Type | Example | Description |
|---|---|---|---|
| passwordrequired | string | | New password |
| tokenrequired | string | 'eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJndWlkIj...' | Password reset token |
{
"msg": "ok"
}{
"error": "ERROR_KEY"
}| Permission | Description |
|---|---|
*public | No authentication required, public endpoint |
Back to Password Reset Return to the Password Reset category to view other endpoints All API Categories Browse all available API categories
