Skip to content

Latest commit

 

History

History
25 lines (22 loc) · 1.2 KB

User.md

File metadata and controls

25 lines (22 loc) · 1.2 KB

# User

Properties

Name Type Description Notes
email string [optional]
email_validated bool [optional] [default to false]
is_active bool [optional] [default to true]
is_superuser bool [optional] [default to false]
full_name string [optional]
remaining_api_limit int [optional] [default to 0]
original_api_limit int [optional] [default to 0]
user_type string [optional] [default to 'freemium']
terms_agreement bool [optional] [default to false]
marketing_agreement bool [optional] [default to false]
profile_picture string [optional]
count_descriptions int [optional] [default to 0]
user_language string [optional] [default to 'en']
id string [optional]
password bool [optional] [default to false]
totp bool [optional] [default to false]
trial_ended bool [optional]

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