-
Notifications
You must be signed in to change notification settings - Fork 937
user_import importentry
v1.3.2
object
(ImportEntry)
Property | Type | Required | Nullable | Defined by |
---|---|---|---|---|
user_id | string |
Optional | cannot be null | User import |
emails | array |
Required | cannot be null | User import |
username | string |
Optional | cannot be null | User import |
webauthn_credentials | array |
Optional | cannot be null | User import |
password | object |
Required | cannot be null | User import |
otp_secret | object |
Required | cannot be null | User import |
created_at | string |
Optional | cannot be null | User import |
updated_at | string |
Optional | cannot be null | User import |
UserID optional uuid.v4. If not provided a new one will be generated for the user
user_id
-
is optional
-
cannot be null
string
Emails optional list of emails
emails
-
is required
-
cannot be null
object[]
(ImportEmail)
minimum number of items: the minimum number of items for this array is: 1
Username optional username of the user
username
-
is optional
-
cannot be null
string
WebauthnCredentials optional list of WebAuthn credentials of a user. Includes passkeys and MFA credentials.
webauthn_credentials
-
is optional
-
cannot be null
object[]
(Details)
Password optional password.
password
-
is required
-
cannot be null
object
(Details)
OTPSecret optional TOTP secret for MFA.
otp_secret
-
is required
-
cannot be null
object
(Details)
CreatedAt optional timestamp of the users' creation. Will be set to the import date if not provided.
created_at
-
is optional
-
cannot be null
-
format: date-time
string
date time: the string must be a date time string, according to RFC 3339, section 5.6
UpdatedAt optional timestamp of the last update to the user. Will be set to the import date if not provided.
updated_at
-
is optional
-
cannot be null
-
format: date-time
string
date time: the string must be a date time string, according to RFC 3339, section 5.6