mirror of
https://github.com/LukeHagar/clerk-sdk-java.git
synced 2025-12-06 12:27:45 +00:00
9 lines
1.1 KiB
Markdown
9 lines
1.1 KiB
Markdown
# UpdateEmailAddressRequestBody
|
|
|
|
|
|
## Fields
|
|
|
|
| Field | Type | Required | Description |
|
|
| ----------------------------------------------------------------- | ----------------------------------------------------------------- | ----------------------------------------------------------------- | ----------------------------------------------------------------- |
|
|
| `verified` | *JsonNullable<? extends Boolean>* | :heavy_minus_sign: | The email address will be marked as verified. |
|
|
| `primary` | *JsonNullable<? extends Boolean>* | :heavy_minus_sign: | Set this email address as the primary email address for the user. | |