Skip to Content

ProfileValidationResponse

Properties

NameTypeDescriptionNotes
is_validBooleanWhether all validation checks passed[default to null]
email_verifiedBooleanEmail verification status[default to null]
phone_verifiedBooleanPhone verification status (None if no phone exists)[optional] [default to null]
profile_completeBooleanWhether the profile is complete with all required fields[default to null]
missing_fieldsListList of missing profile fields (e.g., [“first_name”, “date_of_birth”])[default to null]
validation_issuesListList of validation issues for display to user[default to null]

[Back to Model list] [Back to API list] [Back to README]