# ProviderUpdatePhoneResponse

Model ID: `provider.UpdatePhoneResponse`

Response for POST /practitioners/{practitioner_id}/phone. Updates the
phone on both Cognito (for the authenticated caller, identified by their
JWT subject) and the FHIR Practitioner identified by {practitioner_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.
