Skip to content

user_import

GitHub Action edited this page Jan 8, 2025 · 8 revisions

Version

v1.3.2

User import Type

object[] (ImportEntry)

User import Examples

- user_id: a9ae6bc8-d829-43de-b672-f50230833877
  emails:
    - address: [email protected]
      is_primary: true
      is_verified: true
    - address: [email protected]
      is_primary: false
      is_verified: false
  password: null
  otp_secret: null
  created_at: '2024-08-17T12:05:15.651387237Z'
  updated_at: '2024-08-17T12:05:15.651387237Z'
- user_id: 2f0649cf-c71e-48a5-92c3-210addb80281
  emails:
    - address: [email protected]
      is_primary: true
      is_verified: true
    - address: [email protected]
      is_primary: false
      is_verified: false
  password: null
  otp_secret: null
  created_at: '2024-08-17T12:05:15.651387237Z'
  updated_at: '2024-08-17T12:05:15.651387237Z'
- emails: null
  username: example
  password:
    password: $2a$12$mFbud0mLsD/q.WG7/9pNQemlAHs3H4o8zAv44gsUF1v1awsdqTh7.
    created_at: '2024-08-17T12:05:15.651387237Z'
    updated_at: '2024-08-17T12:05:15.651387237Z'
  otp_secret: null
Clone this wiki locally