# ConfirmResetPasswordRequest

Model ID: `patient.ConfirmResetPasswordRequest`

Request body for POST /auth/confirm-reset-password.

Type: `object`

## Fields

| Field | Type | Required | Format | Allowed values | Default | Nullable | Description |
|---|---|---:|---|---|---|---:|---|
| `confirmation_code` | `string|null` | No |  |  | `null` | Yes | Verification code Cognito emailed to the patient. |
| `email` | `string|null` | No |  |  | `null` | Yes | Patient's email address. |
| `new_password` | `string|null` | No |  |  | `null` | Yes | New password, minimum 8 characters. |
| `tenant_id` | `string|null` | No |  |  | `null` | Yes | Tenant whose patient Cognito pool to confirm the reset for. |

## Example

None declared in canonical OpenAPI.
