usersResult Data Type

Namespace
http://eurotech.com/edc/2.0
Schema
edc.xsd
Properties
name data type type namespace min/max occurs description
user list of user element edc 0/unbounded  

Example

<usersResult xmlns="http://eurotech.com/edc/2.0">
  <user>
    <id>...</id>
    <accountId>...</accountId>
    <username>...</username>
    <createdOn>...</createdOn>
    <createdBy>...</createdBy>
    <modifiedOn>...</modifiedOn>
    <modifiedBy>...</modifiedBy>
    <status>...</status>
    <password>...</password>
    <displayName>...</displayName>
    <email>...</email>
    <phoneNumber>...</phoneNumber>
    <loginOn>...</loginOn>
    <loginAttempts>...</loginAttempts>
    <lockedOn>...</lockedOn>
    <optlock>...</optlock>
    <loginAttemptsResetOn>...</loginAttemptsResetOn>
    <unlockOn>...</unlockOn>
    <trust_date>...</trust_date>
  </user>
</usersResult>