Files
gitea-rs/crates/gitea-client/docs/EditUserOption.md
2026-03-20 16:24:40 +01:00

29 lines
1.9 KiB
Markdown

# EditUserOption
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**active** | Option<**bool**> | Whether the user account is active | [optional]
**admin** | Option<**bool**> | Whether the user has administrator privileges | [optional]
**allow_create_organization** | Option<**bool**> | Whether the user can create organizations | [optional]
**allow_git_hook** | Option<**bool**> | Whether the user can use Git hooks | [optional]
**allow_import_local** | Option<**bool**> | Whether the user can import local repositories | [optional]
**description** | Option<**String**> | The user's personal description or bio | [optional]
**email** | Option<**String**> | | [optional]
**full_name** | Option<**String**> | The full display name of the user | [optional]
**location** | Option<**String**> | The user's location or address | [optional]
**login_name** | **String** | identifier of the user, provided by the external authenticator (if configured) | [default to empty]
**max_repo_creation** | Option<**i64**> | Maximum number of repositories the user can create | [optional]
**must_change_password** | Option<**bool**> | Whether the user must change password on next login | [optional]
**password** | Option<**String**> | The plain text password for the user | [optional]
**prohibit_login** | Option<**bool**> | Whether the user is prohibited from logging in | [optional]
**restricted** | Option<**bool**> | Whether the user has restricted access privileges | [optional]
**source_id** | **i64** | |
**visibility** | Option<**String**> | User visibility level: public, limited, or private | [optional]
**website** | Option<**String**> | The user's personal website URL | [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)