VXGroupUserInfo Data Type

Properties
name data type description
xgroupInfo VXGroup
xuserInfo array of VXUser
Properties inherited from VXDataObject
id number Id of the data
createDate object Date when this data was created
updateDate object Date when this data was updated
owner string Owner
updatedBy string Updated By

Example

{
  "xgroupInfo" : {
    "name" : "...",
    "description" : "...",
    "groupType" : 12345,
    "groupSource" : 12345,
    "credStoreId" : 12345,
    "isVisible" : 12345,
    "otherAttributes" : "...",
    "syncSource" : "...",
    "id" : 12345,
    "createDate" : { },
    "updateDate" : { },
    "owner" : "...",
    "updatedBy" : "..."
  },
  "xuserInfo" : [ {
    "name" : "...",
    "firstName" : "...",
    "lastName" : "...",
    "emailAddress" : "...",
    "password" : "...",
    "description" : "...",
    "credStoreId" : 12345,
    "groupIdList" : [ 12345, 12345 ],
    "groupNameList" : [ "...", "..." ],
    "status" : 12345,
    "isVisible" : 12345,
    "userSource" : 12345,
    "userRoleList" : [ "...", "..." ],
    "otherAttributes" : "...",
    "syncSource" : "...",
    "id" : 12345,
    "createDate" : { },
    "updateDate" : { },
    "owner" : "...",
    "updatedBy" : "..."
  }, {
    "name" : "...",
    "firstName" : "...",
    "lastName" : "...",
    "emailAddress" : "...",
    "password" : "...",
    "description" : "...",
    "credStoreId" : 12345,
    "groupIdList" : [ 12345, 12345 ],
    "groupNameList" : [ "...", "..." ],
    "status" : 12345,
    "isVisible" : 12345,
    "userSource" : 12345,
    "userRoleList" : [ "...", "..." ],
    "otherAttributes" : "...",
    "syncSource" : "...",
    "id" : 12345,
    "createDate" : { },
    "updateDate" : { },
    "owner" : "...",
    "updatedBy" : "..."
  } ],
  "id" : 12345,
  "createDate" : { },
  "updateDate" : { },
  "owner" : "...",
  "updatedBy" : "..."
}