Skip to main content

Primary key

document_id
uuiddefault:"Random UUID"publicrequired
The unique identifier for the user metadata record.

Specific attributes

email
varcharpublicrequired
The email address.
Rules: Max length: 150 characters
first_name
varcharpublic
The user’s first name.
last_name
varcharpublic
The user’s last name.
picture
varcharpublic
The user’s picture.
receive_creation_email
booleanpublicrequired
Indicates whether the user receives email upon account creation.
has_created_password
booleanpublicrequired
Indicates whether the user has created a password.

Foreign keys

user
uuidpublicrequired
The unique identifier of the user associated with this user metadata. Ref: User Schema
language
uuidpublicrequired
The unique identifier of the language associated with this user metadata. Ref: Language Schema
sex
uuidpublicrequired
The unique identifier of the sex associated with this user metadata. Ref: Sex Schema

Tracking attributes

created_at
timestamppublic
The timestamp when the user metadata record was created.
Rules: Precision: 6, with timezone
deleted_at
timestamppublic
The timestamp when the user metadata record was deleted, if applicable.
Rules: Precision: 6, with timezone
is_actived
booleandefault:"true"public
Indicates whether the user metadata record is active.
is_deleted
booleandefault:"false"public
Indicates whether the user metadata record has been deleted.
updated_at
timestamppublic
The timestamp when the user metadata record was last updated.
Rules: Precision: 6, with timezone