Previous Topic

Next Topic

Book Contents

Example: GetUserNames

Example Request—This example retrieves all the user names in study testtrial.

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>

<GetUserNames>

<TrialName>testtrial</TrialName>

<Filter/>

<Extensions/>

</GetUserNames>

</s:Body>

Example Response—This example shows six of the user names that were returned. The remaining user names have been removed from the example for brevity.

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

<s:Body>

<GetUserNamesResponse>

<UserNameList>

<USER USERNAME="afarmington" USERTYPE="SITE" GUID="{1E528D19-2235-46DF-AEC1-2F1ED6FA4EB8}" REVISION="275587035852086" />

<USER USERNAME="ajones" USERTYPE="SITE" GUID="{FB73AEB7-DD22-4C7B-A024-76C845330801}" REVISION="275587033134086" />

<USER USERNAME="aortega" USERTYPE="SITE" GUID="{B3925738-9FDF-4676-BC0E-1F2162A418DB}" REVISION="275587040509086" />

<USER USERNAME="awarren" USERTYPE="SITE" GUID="{B3D13070-68D1-4D85-9666-65DC0230FA76}" REVISION="275587027649086" />

<USER USERNAME="cmendoza" USERTYPE="SITE" GUID="{5BB95E51-9857-45E2-ABBD-2FFB832706AC}" REVISION="275587039587086" />

<USER USERNAME="cmitchell" USERTYPE="SITE" GUID="{0FCBFCC7-3134-48C5-8BC5-CF1D22CB6DDD}" REVISION="275587032212086" />

<!-- additional names not shown in example -->

</UserNameList>

</GetUserNamesResponse>

</s:Body>

Send Feedback