mirror of
https://codeberg.org/gitnex/tea4j-autodeploy
synced 2026-05-31 15:11:56 +00:00
1.6 KiB
1.6 KiB
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] |
| 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] |