mirror of
https://github.com/LukeHagar/clerk-sdk-java.git
synced 2025-12-07 04:19:27 +00:00
10 lines
4.3 KiB
Markdown
10 lines
4.3 KiB
Markdown
# UpdatePhoneNumberRequestBody
|
|
|
|
|
|
## Fields
|
|
|
|
| Field | Type | Required | Description |
|
|
| -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
|
|
| `verified` | *JsonNullable<? extends Boolean>* | :heavy_minus_sign: | The phone number will be marked as verified. |
|
|
| `primary` | *JsonNullable<? extends Boolean>* | :heavy_minus_sign: | Set this phone number as the primary phone number for the user. |
|
|
| `reservedForSecondFactor` | *JsonNullable<? extends Boolean>* | :heavy_minus_sign: | Set this phone number as reserved for multi-factor authentication.<br/>The phone number must also be verified.<br/>If there are no other reserved second factors, the phone number will be set as the default second factor. | |