| name | data type | description |
|---|---|---|
| username | string | |
| password | string | |
| string | ||
| firstName | string | |
| lastName | string | |
| userRole | array of string | |
| accessibleEntity | array of SecuredEntityDto | |
| |
|
|
| userLevel | string |
Example
{
"username" : "...",
"password" : "...",
"email" : "...",
"firstName" : "...",
"lastName" : "...",
"userRole" : [ "...", "..." ],
"accessibleEntity" : [ {
"code" : "...",
"entityClass" : "..."
}, {
"code" : "...",
"entityClass" : "..."
} ],
"userLevel" : "..."
}