# UserPropertiesPost

## Properties

| Name              | Type        | Description                                                      | Notes                               |
| ----------------- | ----------- | ---------------------------------------------------------------- | ----------------------------------- |
| **active**        | **boolean** | Indicates if the user is active.                                 | \[optional] \[default to undefined] |
| **administrator** | **boolean** | Indicates if the user has admin rights.                          | \[optional] \[default to undefined] |
| **email**         | **string**  | The email address of the user.                                   | \[optional] \[default to undefined] |
| **firstname**     | **string**  | The first name of the user.                                      | \[optional] \[default to undefined] |
| **forceSecAuth**  | **boolean** | Indicates if secure authentication should be forced on the user. | \[optional] \[default to undefined] |
| **lastname**      | **string**  | The last name of the user.                                       | \[optional] \[default to undefined] |
| **password**      | **string**  | User password.                                                   | \[optional] \[default to undefined] |
| **secAuthActive** | **boolean** | Indicates if secure authentication is active for the user.       | \[optional] \[default to undefined] |
