# ProviderConfirmResetPasswordRequest

Model ID: `provider.ConfirmResetPasswordRequest`

Request body for POST /auth/confirm-reset-password, completing the
ForgotPassword flow started by provider.resetPassword.

Type: `object`

## Fields

| Field | Type | Required | Format | Allowed values | Default | Nullable | Description |
|---|---|---:|---|---|---|---:|---|
| `confirmation_code` | `string` | No |  |  |  | No | Code Cognito emailed after provider.resetPassword. |
| `email` | `string` | No | email |  |  | No | Account email the reset code was sent to. |
| `new_password` | `string` | No |  |  |  | No | New password, minimum 8 characters. |
| `tenant_id` | `string` | No |  |  |  | No | Tenant the practitioner belongs to. |

## Example

None declared in canonical OpenAPI.
