| Name | Type | Description | Notes |
|---|---|---|---|
| id | String | the user's id, a guid | [default to null] |
| String | email address of this user (their sign-in and primary identity) | [default to null] | |
| firstName | String | the first-name of this user | [default to null] |
| surname | String | the second-name (surname) of this user | [default to null] |
| roles | List | a list of SimSage roles associated with this user | [default to null] |
| operatorKBList | List | a list of knowledge-bases this user is an operator for | [default to null] |
| groupList | List | a list of security-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] |