992 B
992 B
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> | [optional] | |
| login_name | Option<String> | [optional] | |
| must_change_password | Option<bool> | [optional] | |
| password | Option<String> | [optional] | |
| restricted | Option<bool> | [optional] | |
| send_notify | Option<bool> | [optional] | |
| source_id | Option<i64> | [optional] | |
| username | String | ||
| visibility | Option<String> | [optional] |