ExternalMemberProfileService


Click here for a complete list of operations.

GetUser

Test

The test form is only available for requests from the local machine.

SOAP 1.1

The following is a sample SOAP 1.1 request and response. The placeholders shown need to be replaced with actual values.

POST /ExternalMemberProfile.asmx HTTP/1.1
Host: ilucio.com
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "http://tempuri.org/GetUser"

<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
  <soap:Body>
    <GetUser xmlns="http://tempuri.org/">
      <userID>int</userID>
      <division>string</division>
    </GetUser>
  </soap:Body>
</soap:Envelope>
HTTP/1.1 200 OK
Content-Type: text/xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
  <soap:Body>
    <GetUserResponse xmlns="http://tempuri.org/">
      <GetUserResult>
        <MemberID xmlns="http://MemberProfileService/">string</MemberID>
        <Member xmlns="http://MemberProfileService/">string</Member>
        <LocationId xmlns="http://MemberProfileService/">string</LocationId>
        <LocationNum xmlns="http://MemberProfileService/">string</LocationNum>
        <UserId xmlns="http://MemberProfileService/">string</UserId>
        <FirstName xmlns="http://MemberProfileService/">string</FirstName>
        <LastName xmlns="http://MemberProfileService/">string</LastName>
        <UnixUserName xmlns="http://MemberProfileService/">string</UnixUserName>
        <MiddleInitial xmlns="http://MemberProfileService/">string</MiddleInitial>
        <Password xmlns="http://MemberProfileService/">string</Password>
        <Email1 xmlns="http://MemberProfileService/">string</Email1>
        <Email2 xmlns="http://MemberProfileService/">string</Email2>
        <CanPurchase xmlns="http://MemberProfileService/">string</CanPurchase>
        <Department xmlns="http://MemberProfileService/">string</Department>
        <OnUpdateList xmlns="http://MemberProfileService/">string</OnUpdateList>
        <OnAnnouncements xmlns="http://MemberProfileService/">string</OnAnnouncements>
        <IsContentEditor xmlns="http://MemberProfileService/">string</IsContentEditor>
        <IsGeoLearning xmlns="http://MemberProfileService/">string</IsGeoLearning>
        <NewsFlashUnsubscribe xmlns="http://MemberProfileService/">string</NewsFlashUnsubscribe>
        <MobileProvider xmlns="http://MemberProfileService/">string</MobileProvider>
        <MobileNumber xmlns="http://MemberProfileService/">string</MobileNumber>
        <IsSynched xmlns="http://MemberProfileService/">string</IsSynched>
        <AuthTokens xmlns="http://MemberProfileService/">
          <AuthToken>
            <AuthLevel>string</AuthLevel>
            <AuthID>string</AuthID>
          </AuthToken>
          <AuthToken>
            <AuthLevel>string</AuthLevel>
            <AuthID>string</AuthID>
          </AuthToken>
        </AuthTokens>
      </GetUserResult>
    </GetUserResponse>
  </soap:Body>
</soap:Envelope>

SOAP 1.2

The following is a sample SOAP 1.2 request and response. The placeholders shown need to be replaced with actual values.

POST /ExternalMemberProfile.asmx HTTP/1.1
Host: ilucio.com
Content-Type: application/soap+xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope">
  <soap12:Body>
    <GetUser xmlns="http://tempuri.org/">
      <userID>int</userID>
      <division>string</division>
    </GetUser>
  </soap12:Body>
</soap12:Envelope>
HTTP/1.1 200 OK
Content-Type: application/soap+xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope">
  <soap12:Body>
    <GetUserResponse xmlns="http://tempuri.org/">
      <GetUserResult>
        <MemberID xmlns="http://MemberProfileService/">string</MemberID>
        <Member xmlns="http://MemberProfileService/">string</Member>
        <LocationId xmlns="http://MemberProfileService/">string</LocationId>
        <LocationNum xmlns="http://MemberProfileService/">string</LocationNum>
        <UserId xmlns="http://MemberProfileService/">string</UserId>
        <FirstName xmlns="http://MemberProfileService/">string</FirstName>
        <LastName xmlns="http://MemberProfileService/">string</LastName>
        <UnixUserName xmlns="http://MemberProfileService/">string</UnixUserName>
        <MiddleInitial xmlns="http://MemberProfileService/">string</MiddleInitial>
        <Password xmlns="http://MemberProfileService/">string</Password>
        <Email1 xmlns="http://MemberProfileService/">string</Email1>
        <Email2 xmlns="http://MemberProfileService/">string</Email2>
        <CanPurchase xmlns="http://MemberProfileService/">string</CanPurchase>
        <Department xmlns="http://MemberProfileService/">string</Department>
        <OnUpdateList xmlns="http://MemberProfileService/">string</OnUpdateList>
        <OnAnnouncements xmlns="http://MemberProfileService/">string</OnAnnouncements>
        <IsContentEditor xmlns="http://MemberProfileService/">string</IsContentEditor>
        <IsGeoLearning xmlns="http://MemberProfileService/">string</IsGeoLearning>
        <NewsFlashUnsubscribe xmlns="http://MemberProfileService/">string</NewsFlashUnsubscribe>
        <MobileProvider xmlns="http://MemberProfileService/">string</MobileProvider>
        <MobileNumber xmlns="http://MemberProfileService/">string</MobileNumber>
        <IsSynched xmlns="http://MemberProfileService/">string</IsSynched>
        <AuthTokens xmlns="http://MemberProfileService/">
          <AuthToken>
            <AuthLevel>string</AuthLevel>
            <AuthID>string</AuthID>
          </AuthToken>
          <AuthToken>
            <AuthLevel>string</AuthLevel>
            <AuthID>string</AuthID>
          </AuthToken>
        </AuthTokens>
      </GetUserResult>
    </GetUserResponse>
  </soap12:Body>
</soap12:Envelope>