-
Notifications
You must be signed in to change notification settings - Fork 1k
user_import importentry properties password
GitHub Action edited this page Mar 3, 2026
·
22 revisions
v2.5.0
object (Details)
| Property | Type | Required | Nullable | Defined by |
|---|---|---|---|---|
| password | string |
Required | cannot be null | User import |
| created_at | string |
Optional | cannot be null | User import |
| updated_at | string |
Optional | cannot be null | User import |
Password hash of the password in bcrypt format.
password
-
is required
-
cannot be null
string
CreatedAt optional timestamp when the password was created. 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 password. 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