Field | Type | Required | Description | Example |
---|---|---|---|---|
user_id |
Optional[str] | ➖ | The ID representing the user | user_12345 |
email_address |
Optional[str] | ➖ | The new email address. Must adhere to the RFC 5322 specification for email address format. | [email protected] |
verified |
OptionalNullable[bool] | ➖ | When created, the email address will be marked as verified. | false |
primary |
OptionalNullable[bool] | ➖ | Create this email address as the primary email address for the user. Default: false, unless it is the first email address. |
true |