# DBaaS Postgres Users

## Properties

| Property | Type | Required | Description |
| --- | --- | --- | --- |
| `users` | array of [Users](/reference/api/_schemas/dbaas-postgres-users/#users) | no |  |

### Users {#users}

| Property | Type | Required | Description |
| --- | --- | --- | --- |
| `username` | string | **yes** | Username<br/><br/>Min length: `1`. Max length: `64`. |
| `allow-replication` | boolean | no |  |

