| Name | Type | Description | Notes |
|---|---|---|---|
| id | String | the user's id (its guid id). | [default to null] |
| String | the email of this user | [default to null] | |
| password | String | a password for this user (or blank if not to be changed) | [default to null] |
| firstName | String | the first-name of this user | [default to null] |
| surname | String | the last-name (surname) of this user | [default to null] |
| roles | String | the roles to be associated with this user | [default to null] |
| operatorKBList | String | the operator-id and knowledge-base id to be associated with this user. This user is to be an operator if set. | [default to null] |
| groupList | List | a list of groups this user is part of (can be empty) | [default to null] |
| jwtMatchNameValueCSV | String | an optional set of csv separated name1=value1,name2=value2 for JWT matching | [default to null] |