Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 1.37 KB

ChangeUserRequest.md

File metadata and controls

21 lines (17 loc) · 1.37 KB

ChangeUserRequest

Properties

Name Type Description Notes
username str The new username for the user [optional]
first_name str The new first name for the user [optional]
last_name str The new last name for the user [optional]
email str The new e-mail address for the user [optional]
gender str The new gender for the user [optional]
language str The new language for the user [optional]
license_type str The license type of the user. LicenseType will be removed in the next major release. [optional]
addresses list[Address] The postal addresses of the user [optional]
phones list[PhoneNumber] The phone numbers of the user [optional]
additional_email_addresses list[Email] The additional e-mail addresses of the user [optional]
instant_messaging_accounts list[InstantMessagingAccount] The instant messaging accounts of the user [optional]
websites list[Website] The websites of the user [optional]

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