The Class GetUserResponse.
name | data type | description |
---|---|---|
user | UserDto | The user. |
actionStatus | ActionStatus | The status response of the web service response. |
Example
{ "user" : { "auditableField" : [ { "entityClass" : "...", "fieldName" : "...", "id" : 12345, "changeOrigin" : "...", "auditableField" : [ { }, { } ], "originName" : "...", "code" : "...", "previousState" : "...", "currentState" : "...", "description" : "...", "created" : "...", "updatedCode" : "...", "actor" : "..." }, { "entityClass" : "...", "fieldName" : "...", "id" : 12345, "changeOrigin" : "...", "auditableField" : [ { }, { } ], "originName" : "...", "code" : "...", "previousState" : "...", "currentState" : "...", "description" : "...", "created" : "...", "updatedCode" : "...", "actor" : "..." } ], "username" : "...", "password" : "...", "email" : "...", "firstName" : "...", "lastName" : "...", "userRole" : [ "...", "..." ], "accessibleEntity" : [ { "entityId" : 12345, "code" : "...", "entityClass" : "...", "permission" : "READ", "disabled" : true }, { "entityId" : 12345, "code" : "...", "entityClass" : "...", "permission" : "READ", "disabled" : true } ], "userLevel" : "...", "createdAt" : 12345, "lastLoginDate" : 12345, "customFields" : { "customField" : [ { }, { } ], "inheritedCustomField" : [ { }, { } ] } }, "actionStatus" : { "status" : "WARNING", "errorCode" : { }, "message" : "...", "entityId" : 12345, "entityCode" : "...", "nrAffected" : 12345, "json" : "..." } }