# PersonUpdatePhoneResponse

Model ID: `person.UpdatePhoneResponse`

Response for POST /persons/{person_id}/phone. Updates the phone on
both Cognito (for the authenticated caller, identified by their JWT
subject) and the FHIR Person identified by {person_id} in the path —
these are not verified to be the same identity.

Type: `object`

## Fields

| Field | Type | Required | Format | Allowed values | Default | Nullable | Description |
|---|---|---:|---|---|---|---:|---|
| `sms_otp_sent` | `boolean` | Yes |  |  |  | No | True if an SMS OTP was generated and handed to Twilio for delivery to the new phone number. |

## Example

None declared in canonical OpenAPI.
