gitea-rs/crates/gitea-client/docs/CreateUserOption.md
kjuulh e78d07db33
feat: find another name
Signed-off-by: kjuulh <contact@kjuulh.io>
2024-09-23 22:29:11 +02:00

22 lines
992 B
Markdown

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