| Name | Type | Description | Notes |
|---|---|---|---|
| first_name | string | The name of the user. Names may contain letters, numbers, colons, dashes, and underscores. There is a limit of 255 characters per user. | [optional] |
| last_name | string | The last name of the user. Users may contain letters, numbers, colons, dashes, and underscores. There is a limit of 255 characters per user. | [optional] |
| string | The email of the user to which activation and forgot password links are being sent to. There is a limit of 255 characters per email. | ||
| enabled | bool | If user is not enabled, he can't login and thus use services any longer. | |
| totp | bool | Enable or disable two-factor authentication (2FA) via time based OTP. | |
| locale | string | The locale of the user. This can be `de-DE`, `de`, `en-US`, `en` | |
| roles | int[] | The roles as list of `roleId`s of the user. | [optional] |
This repository was archived by the owner on Mar 9, 2025. It is now read-only.