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