-
Notifications
You must be signed in to change notification settings - Fork 931
user_import importentry
v1.2.1
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 |
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 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
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