name | data type | description |
---|---|---|
xuserInfo | VXUser | |
xgroupInfo | array of VXGroup | |
Properties inherited from VXDataObject |
||
id | number | Returns the value for the member attribute id |
createDate | number | Returns the value for the member attribute createDate |
updateDate | number | Returns the value for the member attribute updateDate |
owner | string | Returns the value for the member attribute owner |
updatedBy | string | Returns the value for the member attribute updatedBy |
myClassType | number |
Example
{ "xuserInfo" : { "name" : "...", "firstName" : "...", "lastName" : "...", "emailAddress" : "...", "password" : "...", "description" : "...", "credStoreId" : 12345, "groupIdList" : [ 12345, 12345 ], "myClassType" : 12345, "status" : 12345, "isVisible" : 12345, "userSource" : 12345, "userRoleList" : [ "...", "..." ], "groupNameList" : [ "...", "..." ], "otherAttributes" : "...", "syncSource" : "...", "id" : 12345, "createDate" : 12345, "updateDate" : 12345, "owner" : "...", "updatedBy" : "..." }, "xgroupInfo" : [ { "name" : "...", "description" : "...", "groupType" : 12345, "credStoreId" : 12345, "isVisible" : 12345, "myClassType" : 12345, "groupSource" : 12345, "otherAttributes" : "...", "syncSource" : "...", "id" : 12345, "createDate" : 12345, "updateDate" : 12345, "owner" : "...", "updatedBy" : "..." }, { "name" : "...", "description" : "...", "groupType" : 12345, "credStoreId" : 12345, "isVisible" : 12345, "myClassType" : 12345, "groupSource" : 12345, "otherAttributes" : "...", "syncSource" : "...", "id" : 12345, "createDate" : 12345, "updateDate" : 12345, "owner" : "...", "updatedBy" : "..." } ], "id" : 12345, "createDate" : 12345, "updateDate" : 12345, "owner" : "...", "updatedBy" : "...", "myClassType" : 12345 }