Skip to content

user_import importentry properties emails importemail

GitHub Action edited this page Sep 4, 2024 · 2 revisions

Version

v1.0.3

items Type

object (ImportEmail)

items Properties

Property Type Required Nullable Defined by
address string Required cannot be null User import
is_primary boolean Required cannot be null User import
is_verified boolean Required cannot be null User import

address

Address Valid email address

address

  • is required

  • cannot be null

  • format: email

address Type

string

address Constraints

email: the string must be an email address, according to RFC 5322, section 3.4.1

is_primary

IsPrimary indicates if this is the primary email of the users. In the Emails array there has to be exactly one primary email.

is_primary

  • is required

  • cannot be null

is_primary Type

boolean

is_verified

IsVerified indicates if the email address was previously verified.

is_verified

  • is required

  • cannot be null

is_verified Type

boolean

Clone this wiki locally