Previous Topic

Next Topic

Book Contents

Example: AddUsersToSite

Example Request—This example adds six users to the site.

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>

<AddUsersToSite>

<TrialName>pfst45</TrialName>

<SiteName>(01) Massachusetts General Hospital</SiteName>

<UserNames>

<string>ActiveNotDeletedUser1-0653e706</string>

<string>afarmington</string>

<string>ajones</string>

<string>aortega</string>

<string>astone</string>

<string>AuthUser-0038b973</string>

</UserNames><Extensions/>

</AddUsersToSite>

</s:Body>

Send Feedback