926 B
926 B
CreateUserOption
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| created_at | datetime | 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] |
| str | |||
| full_name | str | [optional] | |
| login_name | str | [optional] | |
| must_change_password | bool | [optional] | |
| password | str | [optional] | |
| restricted | bool | [optional] | |
| send_notify | bool | [optional] | |
| source_id | int | [optional] | |
| username | str | ||
| visibility | str | [optional] |