# ResetPasswordRequest

Model ID: `patient.ResetPasswordRequest`

Request body for POST /auth/reset-password.

Type: `object`

## Fields

| Field | Type | Required | Format | Allowed values | Default | Nullable | Description |
|---|---|---:|---|---|---|---:|---|
| `email` | `string|null` | No |  |  | `null` | Yes | Patient's email address. |
| `tenant_id` | `string|null` | No |  |  | `null` | Yes | Tenant whose patient Cognito pool to reset the password for. |

## Example

None declared in canonical OpenAPI.
