XXPortalUser Data Type

Namespace
(Default)
Schema
ns0.xsd
Properties
name data type type namespace min/max occurs constraints 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
lastName string element 0/1   Returns the value for the member attribute lastName
loginId string element 0/1   Returns the value for the member attribute loginId
notes string element 0/1   Returns the value for the member attribute notes
oldPasswords string element 0/1    
otherAttributes string element 0/1   JSON String representation of additional store attributes if available, null otherwise.
password string element 0/1   Returns the value for the member attribute password
passwordUpdatedTime dateTime element 0/1    
publicScreenName string element 0/1   Returns the value for the member attribute publicScreenName
status int element 1/1 required Returns the value for the member attribute status
syncSource string element 0/1   JSON String representation of sync source attribute if available, null otherwise.
userSource int element 1/1 required Returns the value for the member attribute userSource
Properties inherited from XXDBBase
addedByUserId long element 0/1   Returns the value for the member attribute addedByUserId
createTime dateTime element 0/1   Returns the value for the member attribute createTime
id long element 0/1   Returns the value for the member attribute id
updateTime dateTime element 0/1   Returns the value for the member attribute updateTime
updatedByUserId long element 0/1   Returns the value for the member attribute updatedByUserId

Example

<XXPortalUser>
  <firstName>...</firstName>
  <lastName>...</lastName>
  <publicScreenName>...</publicScreenName>
  <loginId>...</loginId>
  <password>...</password>
  <emailAddress>...</emailAddress>
  <status>...</status>
  <userSource>...</userSource>
  <notes>...</notes>
  <otherAttributes>...</otherAttributes>
  <syncSource>...</syncSource>
  <oldPasswords>...</oldPasswords>
  <passwordUpdatedTime>...</passwordUpdatedTime>
  <id>...</id>
  <createTime>...</createTime>
  <updateTime>...</updateTime>
  <addedByUserId>...</addedByUserId>
  <updatedByUserId>...</updatedByUserId>
</XXPortalUser>