Skip to content

Latest commit

 

History

History
23 lines (20 loc) · 1.1 KB

UserUpdate.md

File metadata and controls

23 lines (20 loc) · 1.1 KB

# UserUpdate

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']
original string [optional]
password string [optional]

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