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.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
connection_id of the connection to which users will be imported.
^con_[A-Za-z0-9]{16}$Whether to update users if they already exist (true) or to ignore them (false).
Customer-defined ID.
Whether to send a completion email to all tenant owners when the job is finished (true) or not (false).
Job successfully created.
Status of this job.
Type of job this is.
When this job was created.
ID of this job.
connection_id of the connection to which users will be imported.
^con_[A-Za-z0-9]{16}$Customer-defined ID.