1.4 KiB
1.4 KiB
CreateUserOption
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| created_at | Option<String> | For explicitly setting the user creation timestamp. Useful when users are migrated from other systems. When omitted, the user's creation timestamp will be set to "now". | [optional] |
| String | |||
| full_name | Option<String> | The full display name of the user | [optional] |
| login_name | Option<String> | identifier of the user, provided by the external authenticator (if configured) | [optional][default to empty] |
| must_change_password | Option<bool> | Whether the user must change password on first login | [optional] |
| password | Option<String> | The plain text password for the user | [optional] |
| restricted | Option<bool> | Whether the user has restricted access privileges | [optional] |
| send_notify | Option<bool> | Whether to send welcome notification email to the user | [optional] |
| source_id | Option<i64> | The authentication source ID to associate with the user | [optional] |
| username | String | username of the user | |
| visibility | Option<String> | User visibility level: public, limited, or private | [optional] |