VXGroupUser Data Type

Properties
name data type description
name string Name
parentGroupId number Id of the group
userId number Id of the user
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

{
  "name" : "...",
  "parentGroupId" : 12345,
  "userId" : 12345,
  "id" : 12345,
  "createDate" : { },
  "updateDate" : { },
  "owner" : "...",
  "updatedBy" : "..."
}