Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 2.99 KB

CreateEmailAddressRequestBody.md

File metadata and controls

11 lines (8 loc) · 2.99 KB

CreateEmailAddressRequestBody

Fields

Field Type Required Description
userId Optional<String> The ID representing the user
emailAddress Optional<String> The new email address. Must adhere to the RFC 5322 specification for email address format.
verified JsonNullable<Boolean> When created, the email address will be marked as verified.
primary JsonNullable<Boolean> Create this email address as the primary email address for the user.
Default: false, unless it is the first email address.