Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 780 Bytes

File metadata and controls

19 lines (15 loc) · 780 Bytes

UserUpdateDTO

Properties

Name Type Description Notes
uri str User URI
first_name str User first name
language str User language
password str Optional user password [optional]
admin bool User admin flag
last_name str User last name
email str User email
enable bool User is enable [optional]
favorites list[str] [optional]
linked_person str URI of the Person linked to this account [optional]

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