Name | Type | Description | Notes |
---|---|---|---|
authentication | CreateAuthenticationSource | The details of the authentication source used to authenticate the user. | [optional] |
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. |