VXUser Data Type

Namespace
(Default)
Schema
ns0.xsd
Properties
name data type type namespace min/max occurs constraints description
credStoreId long element 0/1   Returns the value for the member attribute credStoreId
description string element 0/1   Returns the value for the member attribute description
emailAddress string element 0/1   Returns the value for the member attribute emailAddress
firstName string element 0/1   Returns the value for the member attribute firstName
groupIdList list of long element 0/unbounded   Returns the value for the member attribute groupIdList
groupNameList list of string element 0/unbounded    
isVisible int element 0/1    
lastName string element 0/1   Returns the value for the member attribute lastName
name string element 0/1   Returns the value for the member attribute name
otherAttributes string element 0/1   String - additional attributes.
password string element 0/1   Returns the value for the member attribute password
syncSource string element 0/1   String - sync Source.
userRoleList list of string element 0/unbounded   Returns the value for the member attribute userRoleList
userSource int element 1/1 required  
Properties inherited from VXDataObject
createDate dateTime element 0/1   Returns the value for the member attribute createDate
id long element 0/1   Returns the value for the member attribute id
owner string element 0/1   Returns the value for the member attribute owner
updateDate dateTime element 0/1   Returns the value for the member attribute updateDate
updatedBy string element 0/1   Returns the value for the member attribute updatedBy

Example

<VXUser>
  <name>...</name>
  <firstName>...</firstName>
  <lastName>...</lastName>
  <emailAddress>...</emailAddress>
  <password>...</password>
  <description>...</description>
  <credStoreId>...</credStoreId>
  <groupIdList>...</groupIdList>
  <isVisible>...</isVisible>
  <userSource>...</userSource>
  <userRoleList>...</userRoleList>
  <groupNameList>...</groupNameList>
  <otherAttributes>...</otherAttributes>
  <syncSource>...</syncSource>
  <id>...</id>
  <createDate>...</createDate>
  <updateDate>...</updateDate>
  <owner>...</owner>
  <updatedBy>...</updatedBy>
</VXUser>