Skip to content
This repository has been archived by the owner on Sep 10, 2024. It is now read-only.

Latest commit

 

History

History
20 lines (16 loc) · 1.33 KB

UserEdit.md

File metadata and controls

20 lines (16 loc) · 1.33 KB

UserEdit

Properties

Name Type Description Notes
authentication CreateAuthenticationSource The details of the authentication source used to authenticate the user. [optional]
email str The email address of the user. [optional]
enabled bool Whether the user account is enabled. Defaults to `true`. [optional]
id int The identifier of the user. [optional]
locale LocalePreferences The locale and language preferences for the user. [optional]
locked bool Whether the user account is locked (exceeded maximum password retry attempts). [optional]
login str The login name of the user.
name str The full name of the user.
password str The password to use for the user.
password_reset_on_login bool Whether to require a reset of the user's password upon first login. Defaults to `false`. [optional]
role UserCreateRole The privileges and role to assign the user.

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