Import users from a formatted file into a connection via a long-running job. When importing users, with or without upsert, the email_verified is set to false when the email address is added or updated. Users must verify their email address. To avoid this behavior, set email_verified to true in the imported data.
Import users from a formatted file into a connection via a long-running job. When importing users, with or without upsert, the
email_verified
is set tofalse
when the email address is added or updated. Users must verify their email address. To avoid this behavior, setemail_verified
totrue
in the imported data.