Files
tea4j-autodeploy/docs/EditUserOption.md
T
2025-09-07 00:21:05 +00:00

24 lines
1.6 KiB
Markdown

# EditUserOption
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**active** | **Boolean** | Whether the user account is active | [optional]
**admin** | **Boolean** | Whether the user has administrator privileges | [optional]
**allowCreateOrganization** | **Boolean** | Whether the user can create organizations | [optional]
**allowGitHook** | **Boolean** | Whether the user can use Git hooks | [optional]
**allowImportLocal** | **Boolean** | Whether the user can import local repositories | [optional]
**description** | **String** | The user's personal description or bio | [optional]
**email** | **String** | | [optional]
**fullName** | **String** | The full display name of the user | [optional]
**location** | **String** | The user's location or address | [optional]
**loginName** | **String** | identifier of the user, provided by the external authenticator (if configured) |
**maxRepoCreation** | **Long** | Maximum number of repositories the user can create | [optional]
**mustChangePassword** | **Boolean** | Whether the user must change password on next login | [optional]
**password** | **String** | The plain text password for the user | [optional]
**prohibitLogin** | **Boolean** | Whether the user is prohibited from logging in | [optional]
**restricted** | **Boolean** | Whether the user has restricted access privileges | [optional]
**sourceId** | **Long** | |
**visibility** | **String** | User visibility level: public, limited, or private | [optional]
**website** | **String** | The user's personal website URL | [optional]