# ResetPasswordResponse

Model ID: `fieldagent.ResetPasswordResponse`

Response for POST /auth/reset-password.

Type: `object`

## Fields

| Field | Type | Required | Format | Allowed values | Default | Nullable | Description |
|---|---|---:|---|---|---|---:|---|
| `message` | `string` | Yes |  |  |  | No | Human-readable confirmation shown to the agent. |
| `reset_initiated` | `boolean` | Yes |  |  |  | No | Always true when the response status is 200 — Cognito accepted the ForgotPassword request. |

## Example

None declared in canonical OpenAPI.
