# Resource nubes_clickhouse_user
Service: `nubes_clickhouse` (ID: 120)
[ClickHouse (основной)](clickhouse.md) | [Operations](clickhouse_ops.md) | [User](clickhouse_user.md) | [Example](clickhouse_user_example.md)
## Create params
**Обязательные параметры**
None.
**Параметры со значением по умолчанию**
| ID | Code | Type | Default | Description | Constraints |
| 596 | username | string | myusername | Пример: `myusername` | regex=^(?![0-9_])[a-zA-Z_][a-zA-Z0-9_]{0,62}$; maxlength=62; minlength=2 |
| 598 | db_name | array-map-fixed | [{}] | | |
| 599 | access_hosts | string | ::/0 | Пример: `::/0` | |
## Delete params
| ID | Code | Type | Description | Constraints |
| 601 | username | | Имя пользователя, созданное через операцию `create_user` | |