Previous Topic

Next Topic

Book Contents

Example: GetUserDetails

Example request—This example lists two users.

The example shows the Body of the request. It must be preceded by the SOAP header that contains the SOAP action listed in the table for this operation.

<s:Body>

<GetUserDetails>

<TrialName>pfst45</TrialName>

<UserNames>

<string>ActiveNotDeletedUser1-0653e706</string>

<string>afarmington</string>

<string>AuthUser-0038b973</string>

</UserNames>

<Extensions/>

</GetUserDetails>

</s:Body>

Example response—The response shows a user list with details for each user.

The body of the response is preceded by the SOAP header, which is not shown in this example.

<s:Body>

<GetUserDetailsResponse>

<UserList>

<USER USERNAME="ActiveNotDeletedUser1-0653e706" USERTYPE="SYSTEM" GUID="{F6767564-28D4-42B1-B864-143FFBE4B9C6}" REVISION="287067082438097" ACTIVESTATE="TRUE" DELETESTATE="FALSE" USERMUSTRESETPASSWORD="FALSE" USERDATEFORMAT="MONTH_DAY_YEAR" FIRSTNAME="First1" LASTNAME="Last1" DISPLAYNAME="Display1" DESCRIPTION="desc" TITLE="title" BEEPER="beeper" HOMESCREENURL="url" ADDRESS="Address1" ADDRESS2="address2" CITY="City" STATE="state" PROVINCE="state" ZIPCODE="zip" POSTCODE="zip" COUNTRY="country" PHONE="1234" ALTPHONE="12345" FAX="faxUpdate" EMAIL="update@a.com" />

<USER USERNAME="afarmington" USERTYPE="SITE" GUID="{1E528D19-2235-46DF-AEC1-2F1ED6FA4EB8}" REVISION="275587035852086" ACTIVESTATE="TRUE" DELETESTATE="FALSE" USERMUSTRESETPASSWORD="FALSE" USERDATEFORMAT="MONTH_DAY_YEAR" FIRSTNAME="Abby" LASTNAME="Farmington" DISPLAYNAME="Abby Farmington" HOMESCREENURL="./Custom/HomeDefault.html" PHONE="(555) 555-1212" FAX="(555) 555-1212" EMAIL="email@domain.test" />

<USER USERNAME="AuthUser-0038b973" USERTYPE="SYSTEM" GUID="{ACA36CA1-47D8-482D-8AAF-DF1FF8FA3E82}" REVISION="287068464402074" ACTIVESTATE="TRUE" DELETESTATE="FALSE" USERMUSTRESETPASSWORD="FALSE" USERDATEFORMAT="MONTH_DAY_YEAR" FIRSTNAME="First1" LASTNAME="Last1" DISPLAYNAME="Display1" DESCRIPTION="desc-Updated" TITLE="title" BEEPER="beeper" HOMESCREENURL="url" ADDRESS="Address1" ADDRESS2="address2" CITY="City" STATE="state" PROVINCE="state" ZIPCODE="zip" POSTCODE="zip" COUNTRY="country" PHONE="1234" ALTPHONE="12345" FAX="faxUpdate" EMAIL="update@a.com" />

</UserList>

</GetUserDetailsResponse>

</s:Body>

Send Feedback