# ProviderResetPasswordRequest

Model ID: `provider.ResetPasswordRequest`

Request body for POST /auth/reset-password — starts Cognito's
password reset flow. A confirmation code is emailed via SendGrid; the
client then calls provider.confirmResetPassword with that code.

Type: `object`

## Fields

| Field | Type | Required | Format | Allowed values | Default | Nullable | Description |
|---|---|---:|---|---|---|---:|---|
| `email` | `string` | No | email |  |  | No | Account email to send the reset code to. |
| `tenant_id` | `string` | No |  |  |  | No | Tenant the practitioner belongs to; used to resolve the Cognito pool. |

## Example

None declared in canonical OpenAPI.
