# 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] **email** | **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] [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)