---
title: "POST /_system/passwordreset/update - Password Reset · RUAL Documentation"
description: "Update password using a valid reset token"
canonical: https://docs.rual.nl/cluster/api/password-reset/system-passwordreset-update-post
language: en
---

# POST /_system/passwordreset/update

Update password using a valid reset token

| Key | Type | Example | Description |
| --- | --- | --- | --- |
| **password** required | `string` | `"••••••••"` | New password |
| **token** required | `string` | 'eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJndWlkIj...' | Password reset token |

```
{
  "msg": "ok"
}
```

```
{
  "error": "ERROR_KEY"
}
```

| Permission | Description |
| --- | --- |
| `*public` | No authentication required, public endpoint |
