# PersonUpdatePhoneRequest

Model ID: `person.UpdatePhoneRequest`

Request body for POST /persons/{person_id}/phone.

Type: `object`

## Fields

| Field | Type | Required | Format | Allowed values | Default | Nullable | Description |
|---|---|---:|---|---|---|---:|---|
| `phone` | `string` | No |  |  |  | No | New E.164 phone number. An SMS OTP is sent to it immediately; call person.verifySms to confirm. |

## Example

None declared in canonical OpenAPI.
